Files
kotlin-fork/compiler/testData/loadKotlin/visibility/InternalTopLevelMembers.kt
T

5 lines
54 B
Kotlin

package test
internal val x = 0
internal fun f() = 0