Files
kotlin/idea/testData/quickfix/increaseVisibility/privateTopLevelFunInFile.before.Dependency.kt

3 lines
39 B
Kotlin
Vendored

package test
private fun f(): Int = 10