JVM IR: Mark annotation implementation classes as anonymous
And add tests to ensure that annotation implementation classes are handled correctly in jvm-abi-gen.
This commit is contained in:
committed by
Alexander Udalov
parent
19660f11a7
commit
6d518c8e57
@@ -0,0 +1,5 @@
|
||||
package lib
|
||||
|
||||
annotation class A(val value: String)
|
||||
|
||||
inline fun a() = A("OK")
|
||||
Reference in New Issue
Block a user