mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
10 lines
98 B
Kotlin
10 lines
98 B
Kotlin
class Z{
|
|
|
|
fun a(s: Int) {}
|
|
|
|
fun b() {
|
|
Z().(Z::a)(1)
|
|
}
|
|
}
|
|
|
|
// 2 invoke \(LZ;I\)V |