Files
kotlin-fork/analysis/low-level-api-fir/testdata/errorResistance/propertyDelegate.kt
T
Yan Zhulanow d04ed56a4d [LL API] Add tests for FIR tree guards
^KT-59297 Fixed
2023-06-30 14:26:43 +00:00

5 lines
77 B
Kotlin

// WITH_STDLIB
import broken.lib.Foo
val x by lazy { Foo("foo", 1).result }