mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
8 lines
187 B
Kotlin
8 lines
187 B
Kotlin
fun Int.test1() {}
|
|
|
|
fun test2() {
|
|
1.test1()
|
|
}
|
|
|
|
// 2 INVOKESTATIC _DefaultPackage\$src\$1\$[\-]*[0-9]*\.test1 \(I\)V
|
|
// 1 INVOKESTATIC _DefaultPackage\$src\$1\$[\-]*[0-9]*\.test2 \(\)V |