mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Package fragment classes now are named "*Package-<filename>-<hash>" instead of "*Package$src$<filename>$<hash>". This will help to avoid erroneous code in intellij FileManager, which assumes that classes with dollars are always inner classes of some other class (see AnnotationDescriptorDeserializer)
5 lines
82 B
Kotlin
5 lines
82 B
Kotlin
fun foo(a: Int = 1) {}
|
|
|
|
//0 _DefaultPackage.foo
|
|
//3 INVOKESTATIC _DefaultPackage-
|