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

5 lines
64 B
Kotlin
Vendored

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