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

8 lines
73 B
Kotlin
Vendored

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