Files
kotlin-fork/idea/testData/quickfix/privateInFiles/privateTopLevelVarWithSetterInFile.before.Main.kt
T

8 lines
87 B
Kotlin
Vendored

// "Make <set-prop> internal" "true"
package test
fun foo() {
<caret>prop = 20
}