mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// "Remove Qualifier" "true"
|
||||
class E {
|
||||
class Outer {
|
||||
public static final int SS = 0;
|
||||
class S {
|
||||
public static final int SS = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Outer f() {
|
||||
int s = this<caret>.Outer.SS;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user