mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
[tests] prepares Java tests for the language level raise
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
interface I {
|
||||
Integer _();
|
||||
Integer m();
|
||||
}
|
||||
|
||||
interface I1 {
|
||||
String _();
|
||||
String m();
|
||||
}
|
||||
|
||||
class Test {
|
||||
|
||||
Reference in New Issue
Block a user