mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
8 lines
139 B
Java
Vendored
8 lines
139 B
Java
Vendored
public class ObjectInstance {
|
|
public static void foo() {
|
|
k.KotlinObject.INSTANC<caret>E.f();
|
|
}
|
|
}
|
|
|
|
// REF: (k).KotlinObject
|