Do not hide annotations on light classes

This commit is contained in:
Andrey Breslav
2014-01-20 22:26:50 +04:00
parent b12b6c4080
commit 4936b66626
6 changed files with 115 additions and 1 deletions
@@ -0,0 +1,5 @@
annotation class Ann
class Outer {
Ann class Nested
}