Files
kotlin-fork/idea/testData/intentions/convertPropertyGetterToInitializer/run.kt.after
T
2018-08-14 15:32:20 +03:00

2 lines
38 B
Plaintext
Vendored

// WITH_RUNTIME
val p: Int = run { 1 }