mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Otherwise some tools break (e.g. CheckMethodAdapter in ASM, used in generic signature writer) because they expect class names to be Java identifiers. Some tests fixed, some will be fixed in future commits
9 lines
126 B
Kotlin
Vendored
9 lines
126 B
Kotlin
Vendored
package foo
|
|
|
|
fun simpleFoo(s: Int = 111) {
|
|
|
|
}
|
|
|
|
// 1 BIPUSH 111
|
|
// 1 INVOKESTATIC foo/FooPackage.+\.simpleFoo\$default \(II\)V
|