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

4 lines
67 B
Kotlin
Vendored

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