mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
131 B
Java
Vendored
9 lines
131 B
Java
Vendored
import constVal.ConstVal_before_MainKt;
|
|
|
|
class JavaClient {
|
|
int foo() {
|
|
return ConstVal_before_MainKt.getI();
|
|
}
|
|
}
|
|
|