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

7 lines
70 B
Kotlin
Vendored

// WITH_RUNTIME
<caret>val x by lazy {
foo()
1
}
fun foo() {}