Files
kotlin-fork/idea/testData/quickfix/increaseVisibility/privateMemberToInternalMultiFile.after.Dependency.kt
T

6 lines
58 B
Kotlin
Vendored

package test
class First {
internal fun foo() = 42
}