6 lines
90 B
Kotlin
Vendored
6 lines
90 B
Kotlin
Vendored
class A {
|
|
fun test(b: A.() -> Unit) {
|
|
<selection>this.b()</selection>
|
|
}
|
|
}
|