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