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

4 lines
43 B
Kotlin
Vendored

class Test {
val x = 1
<caret>get
}