blob: 62db51ea43f9d4770f406bae28119daccb3eb50e [file] [log] [blame]
fun test() {
A().foo()
B().foo()
val a = A::foo
val b = B::foo
}