mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
[tests] prepares Java tests for the language level raise
This commit is contained in:
@@ -12,11 +12,11 @@ class Test {
|
||||
public static Integer length(String s) {
|
||||
return s.length();
|
||||
}
|
||||
|
||||
|
||||
public static void bar(Bar bar) {}
|
||||
|
||||
|
||||
interface Bar {
|
||||
Integer _(String s);
|
||||
Integer m(String s);
|
||||
}
|
||||
|
||||
void f() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user