Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/getterWithInitializer.kt
T
2017-12-15 17:07:35 +03:00

4 lines
62 B
Kotlin
Vendored

// PROBLEM: none
val <caret>withGetter = 42
get() = field