mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Write to trace in case class qualifier is a short reference to default object
This allows to fix some cases when there is a difference between explicit and short reference to default object Fix shorten reference, optimize imports and import insert helper for default objects ShortenReferences always transforms default object references to shorter form for now Fix DescriptorUtils#getFqName() for default objects (affects test data mostly) Fix DescriptorUtils#getImportableDescriptor()
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
internal final class Some {
|
||||
/*primary*/ public constructor Some()
|
||||
|
||||
test.Some.TestAnnotation() internal class object Default {
|
||||
test.Some.Default.TestAnnotation() internal class object Default {
|
||||
/*primary*/ private constructor Default()
|
||||
|
||||
internal final annotation class TestAnnotation : kotlin.Annotation {
|
||||
|
||||
Reference in New Issue
Block a user