mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
moved java resolve tests to community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Outer {
|
||||
private String string;
|
||||
|
||||
class Inner extends Outer {
|
||||
void test() {
|
||||
System.out.println(<ref>string);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user