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

3 lines
55 B
Kotlin
Vendored

// WITH_RUNTIME
val p: Int
<caret>get() = run { 1 }