Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt
T

6 lines
77 B
Kotlin
Vendored

// WITH_RUNTIME
annotation class Ann
@delegate:Ann
val test1 by lazy { 42 }