[SLC] Order parent classes before nested classes in structure test results
- This improves the readability of the result files.
This commit is contained in:
committed by
Space Team
parent
9ac639e0d3
commit
223c793258
@@ -16,18 +16,6 @@ BaseInterface.class:
|
||||
]
|
||||
|
||||
EnumClassWithInterface.class:
|
||||
KtEnumEntry:
|
||||
line: 7
|
||||
name: NewFirstEntry
|
||||
qualifier: one.two.EnumClassWithInterface.NewFirstEntry
|
||||
light: null
|
||||
|
||||
KtEnumEntry:
|
||||
line: 9
|
||||
name: NewSecondEntryWithBody
|
||||
qualifier: one.two.EnumClassWithInterface.NewSecondEntryWithBody
|
||||
light: null
|
||||
|
||||
KtClass:
|
||||
line: 6
|
||||
name: EnumClassWithInterface
|
||||
@@ -48,19 +36,19 @@ EnumClassWithInterface.class:
|
||||
KtLightClassForDecompiledDeclaration: BaseInterface (one.two.BaseInterface)
|
||||
]
|
||||
|
||||
EnumEntries.class:
|
||||
KtEnumEntry:
|
||||
line: 7
|
||||
name: FirstEntry
|
||||
qualifier: one.two.EnumEntries.FirstEntry
|
||||
name: NewFirstEntry
|
||||
qualifier: one.two.EnumClassWithInterface.NewFirstEntry
|
||||
light: null
|
||||
|
||||
KtEnumEntry:
|
||||
line: 9
|
||||
name: SecondEntryWithBody
|
||||
qualifier: one.two.EnumEntries.SecondEntryWithBody
|
||||
name: NewSecondEntryWithBody
|
||||
qualifier: one.two.EnumClassWithInterface.NewSecondEntryWithBody
|
||||
light: null
|
||||
|
||||
EnumEntries.class:
|
||||
KtClass:
|
||||
line: 6
|
||||
name: EnumEntries
|
||||
@@ -77,3 +65,15 @@ EnumEntries.class:
|
||||
ClsClassImpl: Enum (java.lang.Enum)
|
||||
]
|
||||
|
||||
KtEnumEntry:
|
||||
line: 7
|
||||
name: FirstEntry
|
||||
qualifier: one.two.EnumEntries.FirstEntry
|
||||
light: null
|
||||
|
||||
KtEnumEntry:
|
||||
line: 9
|
||||
name: SecondEntryWithBody
|
||||
qualifier: one.two.EnumEntries.SecondEntryWithBody
|
||||
light: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user