mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +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
5 lines
85 B
Kotlin
5 lines
85 B
Kotlin
fun foo(a: Int = 1) {}
|
|
|
|
// 0 _DefaultPackage.foo
|
|
// 3 INVOKESTATIC _DefaultPackage.+
|