7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
import java.lang.* // will not import Fake
|
|
|
|
fun foo() {
|
|
<caret>Fake()
|
|
}
|
|
|
|
//REF_EMPTY |