c57441b51b
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
9 lines
126 B
Kotlin
package foo
|
|
|
|
fun simpleFoo(s: Int = 111) {
|
|
|
|
}
|
|
|
|
// 1 BIPUSH 111
|
|
// 1 INVOKESTATIC foo/FooPackage.+\.simpleFoo\$default \(II\)V
|