prefer inner classes from the same file

This commit is contained in:
peter.gromov
2010-11-24 21:16:54 +03:00
parent a05059a3b6
commit 6d93a446f4
3 changed files with 18 additions and 8 deletions
@@ -0,0 +1,9 @@
class Foo {
final Yy<caret>
private static class YyyXxx {
}
}
class YyyZzz {}