mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
class shadowing (IDEA-98828)
This commit is contained in:
+15
-1
@@ -95,4 +95,18 @@ class WithFileInputStream {
|
||||
private FileInputStream(String str) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class ContainingKlass {
|
||||
public static class Inner {
|
||||
}
|
||||
|
||||
private static class OuterInner {
|
||||
private static final class Inner {
|
||||
private Inner s() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user