6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
annotation class Ann
|
|
|
|
@delegate:Ann
|
|
val test1 by lazy { 42 } |