Files
kotlin-fork/idea/testData/inspectionsLocal/redundantGetter/notFieldExpression.kt
T
2017-09-05 17:27:56 +02:00

4 lines
64 B
Kotlin
Vendored

// PROBLEM: none
class Test {
val x: Int <caret>get() = 10
}