7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
class Foo {
|
|
fun test() {
|
|
fun Foo.bar() {}
|
|
bar()
|
|
}
|
|
}
|