8 lines
73 B
Kotlin
Vendored
8 lines
73 B
Kotlin
Vendored
// "Make f internal" "true"
|
|
|
|
package test
|
|
|
|
fun foo() {
|
|
val x = f()
|
|
}
|