mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-15 08:31:31 +00:00
7 lines
93 B
Java
Vendored
7 lines
93 B
Java
Vendored
package myTest;
|
|
|
|
public class MyJavaClass {
|
|
public int test() {
|
|
return 1;
|
|
}
|
|
} |