Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
writeSignature
/
annotations
/
kClassInt.kt
blob: 8216b19e1d7de892cf943d8a45096c311ac3c650 [
file
]
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;>;