Files
kotlin-fork/idea/testData/quickfix/privateInFiles/privateTopLevelValInFile.after.kt
T

8 lines
77 B
Kotlin
Vendored

// "Make prop internal" "true"
package test
fun foo() {
val x = prop
}