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

3 lines
65 B
Kotlin
Vendored

// DISABLE-ERRORS
// WITH_RUNTIME
<caret>var x: Int by lazy { 1 }