Rohde Fischer
class Foo { fun bar(block: Foo.()->Unit) = TODO() } Foo().bar { println("Hello") }
Robert Jaros