6d518c8e57
And add tests to ensure that annotation implementation classes are handled correctly in jvm-abi-gen.
6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
package lib
|
|
|
|
annotation class A(val value: String)
|
|
|
|
inline fun a() = A("OK")
|