Files
kotlin-fork/idea/testData/intentions/convertOrdinaryPropertyToLazy/run.kt.after
T
2019-06-17 01:10:19 +03:00

7 lines
63 B
Plaintext
Vendored

// WITH_RUNTIME
val x by lazy {
foo()
3
}
fun foo() {}