Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
writeSignature
/
annotations
/
kClassBasic.kt
blob: dadfbc273cf2132dc05f0ede0273df600cfc5f85 [
file
]
import
kotlin
.
reflect
.
KClass
annotation
class
Ann
(
val arg
:
KClass
<*>)
// method: Ann::arg
// jvm signature: ()Ljava/lang/Class;
// generic signature: ()Ljava/lang/Class<*>;