Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSetter/sameVisibility3.kt
T
2019-03-25 23:27:44 +03:00

5 lines
64 B
Kotlin
Vendored

class Test {
private var x = 1
private <caret>set
}