Files
kotlin/compiler/testData/codegen/bytecodeText/defaultDelegation.kt

8 lines
126 B
Kotlin

package foo
fun simpleFoo(s: Int = 111) {
}
// 1 BIPUSH 111
// 1 INVOKESTATIC foo/FooPackage-.*\.simpleFoo\$default \(II\)V