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

5 lines
61 B
Kotlin
Vendored

// WITH_RUNTIME
<caret>val x by lazy {
// comment
1
}