mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
- skip test classes GitOrigin-RevId: 79d50c079b9b935a0afa78167926abb962c1fb44
16 lines
210 B
Java
16 lines
210 B
Java
// "Convert into implicitly declared class" "false"
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
public class EmptyTest<caret>
|
|
{
|
|
|
|
public static void main(String[] args) {
|
|
|
|
}
|
|
|
|
@Test
|
|
public void test1() {
|
|
}
|
|
|
|
}
|