6 lines
86 B
Java
Vendored
6 lines
86 B
Java
Vendored
class Test {
|
|
static void test() {
|
|
new Foo();
|
|
TestKt.foo();
|
|
}
|
|
} |