8 lines
80 B
Kotlin
Vendored
8 lines
80 B
Kotlin
Vendored
package nonRoot
|
|
import java.lang.*
|
|
|
|
fun foo() {
|
|
<caret>Fake()
|
|
}
|
|
|
|
//REF_EMPTY |