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