fun test(e: Int.() -> String) { val s = 3.e() val ss = 3.(e)() }