jmonkey-test/src/main/resources/hello2.main.kts

5 lines
60 B
Plaintext
Raw Normal View History

2020-11-07 15:29:57 +00:00
println("hello from dep")
class Test(val x: Int)
var x = 2