mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
8 lines
140 B
Java
Vendored
8 lines
140 B
Java
Vendored
public class ObjectInstance {
|
|
public static void foo() {
|
|
k.KotlinObject.INSTANCE<caret>$.f();
|
|
}
|
|
}
|
|
|
|
// REF: (k).KotlinObject
|