mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
prefer inner classes from the same file
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
final Yy<caret>
|
||||
|
||||
private static class YyyXxx {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class YyyZzz {}
|
||||
Reference in New Issue
Block a user