mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
It is just prototype * does not make top level symbols visible as class members yet * does not take parameters * Script class name is hardcoded now
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
// expected: null
|
|
System.out!!.println("hello world")
|