blob: bfd45710ee67ebca666e64085842883d60aa8959 [file]
class Z{
fun a(s: Int) {}
fun b() {
val cr = (Z::a)
cr(Z(), 1)
}
}
// 1 invoke \(LZ;I\)V