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
5 lines
114 B
Kotlin
Vendored
5 lines
114 B
Kotlin
Vendored
fun test1() {}
|
|
|
|
// 2 INVOKESTATIC _DefaultPackage.+\.test1 \(\)V
|
|
// 1 INVOKESTATIC _DefaultPackage.+\.test2 \(\)V
|