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

7 lines
82 B
Kotlin
Vendored

class Foo {
fun test() {
fun Foo.bar() {}
bar()
}
}