Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
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;>;