mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
9 lines
118 B
Java
9 lines
118 B
Java
<selection><caret> </selection>package test;
|
|
|
|
public class TestClass {
|
|
|
|
public void test() {
|
|
|
|
test();
|
|
}
|
|
} |