blob: 8216b19e1d7de892cf943d8a45096c311ac3c650 [file] [log] [blame]
import kotlin.reflect.KClass
annotation class Ann(val arg: KClass<Int>)
// method: Ann::arg
// jvm signature: ()Ljava/lang/Class;
// generic signature: ()Ljava/lang/Class<Ljava/lang/Integer;>;