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