c34b417d0c
#KT-34744
8 lines
103 B
Plaintext
Vendored
8 lines
103 B
Plaintext
Vendored
class Foo
|
|
fun bar(f: Foo.() -> Unit) {}
|
|
|
|
fun main(args: Array<String>) {
|
|
bar(fun Foo.() {
|
|
|
|
})
|
|
} |