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