8 lines
73 B
Kotlin
Vendored
8 lines
73 B
Kotlin
Vendored
class Foo {
|
|
fun Foo.bar() {}
|
|
|
|
fun test() {
|
|
bar()
|
|
}
|
|
}
|