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

8 lines
80 B
Kotlin
Vendored

// "Make f internal" "true"
package test
fun foo() {
val x = <caret>f()
}