mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
9 lines
186 B
Java
Vendored
9 lines
186 B
Java
Vendored
import k.PlatformStaticFun;
|
|
|
|
public class TestPlatformStaticFun {
|
|
public static void foo() {
|
|
PlatformStaticFun.<caret>test();
|
|
}
|
|
}
|
|
|
|
// REF: (in k.PlatformStaticFun).test() |