Files
kotlin-fork/idea/testData/intentions/changeVisibility/protected/propertySetter.kt
T

4 lines
58 B
Kotlin
Vendored

class Test {
var foo: String = ""
<caret>set
}