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

7 lines
68 B
Kotlin
Vendored

// WITH_RUNTIME
val x = run {
foo()
3
}<caret>
fun foo() {}