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() |