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

4 lines
67 B
Kotlin
Vendored

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