Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/delegateFieldWithAnnotations.kt
T
2023-03-22 15:18:17 +00:00

10 lines
148 B
Kotlin
Vendored

// FIR_IDENTICAL
// WITH_STDLIB
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
annotation class Ann
@delegate:Ann
val test1 by lazy { 42 }