Pavlo Liapota
fun main(args: Array<String>) { Foo(1) } class Foo(var bar: Int) { init { println(bar) } }