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)
7 lines
213 B
Kotlin
7 lines
213 B
Kotlin
deprecated("") val test: Int = 0
|
|
|
|
// TESTED_OBJECT_KIND: property
|
|
// TESTED_OBJECTS: _DefaultPackage-topLevelProperty-, test
|
|
// IS_FULL_CONTAINING_CLASS_NAME: false
|
|
// FLAGS: ACC_DEPRECATED, ACC_FINAL, ACC_STATIC
|