mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-15 08:31:31 +00:00
5 lines
107 B
Plaintext
Vendored
5 lines
107 B
Plaintext
Vendored
// REPL_MODE: true
|
|
|
|
import myTest.MyJavaClass
|
|
|
|
MyJavaClass().test() // RESULT: res1: kotlin.Int = 1 |