prefer inner classes from the same file

This commit is contained in:
peter.gromov
2010-11-24 20:58:32 +03:00
parent a05059a3b6
commit 6d93a446f4
3 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
class Foo {
final Yy<caret>
private static class YyyXxx {
}
}
class YyyZzz {}