class Foo() { private val builder = StringBuilder("sdfsd"); { } } class Foo1() { private val builder = StringBuilder("sdfsd") { } } fun foo() = { println(1) {} } fun foo1() = { println(1); {} } fun println(i : Int) {} fun println(s : Byte) {} fun println() {}