Files
2020-12-16 19:52:30 +03:00

10 lines
136 B
Kotlin
Vendored

class Bar
class Foo {
fun bar() = this
fun Bar.buz() = this
fun Bar.foo() = this@Foo
fun Bar.foobar() = this@foobar
}