8 lines
59 B
Kotlin
Vendored
8 lines
59 B
Kotlin
Vendored
class Foo {
|
|
fun bar() {}
|
|
}
|
|
|
|
fun baz() {
|
|
Foo::bar
|
|
}
|