mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
12 lines
142 B
Java
Vendored
12 lines
142 B
Java
Vendored
package test;
|
|
|
|
class Test {
|
|
|
|
public static void main(String[] args) {
|
|
A.test1();
|
|
A.test2();
|
|
A.test4("");
|
|
}
|
|
|
|
}
|