visitAnnotation() could return null for light classes

This commit is contained in:
Andrey Breslav
2013-11-11 12:56:13 +04:00
parent 2873f74932
commit f3901d2844
6 changed files with 73 additions and 10 deletions
@@ -0,0 +1,9 @@
class Synthetic {
inner class Inner {
fun test() {
foo()
}
}
private fun foo() {}
}