6 lines
62 B
Plaintext
Vendored
6 lines
62 B
Plaintext
Vendored
class A {
|
|
fun test(b: A.() -> Unit) {
|
|
b()
|
|
}
|
|
}
|