8a5336aca2
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)
4 lines
59 B
Kotlin
4 lines
59 B
Kotlin
fun foo() {
|
|
"" // _DefaultPackage-_DefaultPackage-
|
|
}
|