mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
145 B
Java
7 lines
145 B
Java
class JavaClass {
|
|
public static void main(String[] args) {
|
|
Test test = new Test();
|
|
test.foo();
|
|
test.getBar();
|
|
}
|
|
} |