[FIR] Analyze annotations of local class before class itself
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// !DUMP_CFG
|
||||
|
||||
annotation class Ann
|
||||
|
||||
fun foo(b: Boolean) {
|
||||
if (b) {
|
||||
return
|
||||
}
|
||||
|
||||
@Ann
|
||||
class Local()
|
||||
|
||||
bar()
|
||||
}
|
||||
|
||||
fun bar() {}
|
||||
Reference in New Issue
Block a user