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

5 lines
52 B
Plaintext
Vendored

// WITH_RUNTIME
val x = run {
// comment
1
}