JVM_IR: remove constructors of nested annotations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
annotation class Foo {
|
||||
annotation class Bar
|
||||
}
|
||||
|
||||
@Foo.Bar
|
||||
fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user