mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
9 lines
107 B
Java
Vendored
9 lines
107 B
Java
Vendored
package test2;
|
|
|
|
import test.A;
|
|
|
|
class Test {
|
|
void foo() {
|
|
A.Companion.test(new A(), 1);
|
|
}
|
|
} |