fun main(args : Array) { println(239) // TODO: enable, once override by name is implemented. println(true) println(3.14159) println('A') }