blob: 5db5d406bf790d3a32bb2b9159be63fbb56d95f9 [file] [log] [blame]
class Foo {
fun bar() {}
}
fun baz() {
Foo :: bar
}