Files
kotlin-fork/jps-plugin/testData/general/AccessToInternalInProductionFromTests/test/test.kt
T

4 lines
38 B
Kotlin
Vendored

fun test() {
foo()
internalBar()
}