Files
kotlin-fork/compiler/testData/writeSignature/annotations/jClassInt.kt
T
2015-04-16 10:40:20 +03:00

8 lines
198 B
Kotlin
Vendored

import kotlin.reflect.KClass
annotation class Ann(val arg: Class<Int>)
// method: Ann::arg
// jvm signature: ()Ljava/lang/Class;
// generic signature: ()Ljava/lang/Class<Ljava/lang/Integer;>;