[Tests] Use stable order for ir/kotlinLike dumps

^KT-65406
This commit is contained in:
Pavel Kunyavskiy
2024-02-05 16:23:41 +01:00
committed by Space Team
parent 0fa42a9c11
commit e6f4d6e6fa
1265 changed files with 43896 additions and 48472 deletions
+27 -26
View File
@@ -1,4 +1,27 @@
interface Substitutable<out T : DeclarationDescriptorNonRoot> {
class Atom {
val candidateDescriptor: CallableDescriptor
field = candidateDescriptor
get
constructor(candidateDescriptor: CallableDescriptor) /* primary */ {
super/*Any*/()
/* <init>() */
}
}
class KotlinResolutionCandidate {
val resolvedCall: Atom
field = resolvedCall
get
constructor(resolvedCall: Atom) /* primary */ {
super/*Any*/()
/* <init>() */
}
}
abstract class ResolutionPart {
@@ -12,30 +35,16 @@ abstract class ResolutionPart {
}
class KotlinResolutionCandidate {
constructor(resolvedCall: Atom) /* primary */ {
super/*Any*/()
/* <init>() */
}
val resolvedCall: Atom
field = resolvedCall
get
interface Substitutable<out T : DeclarationDescriptorNonRoot> {
}
class Atom {
constructor(candidateDescriptor: CallableDescriptor) /* primary */ {
object Final : Modality {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
val candidateDescriptor: CallableDescriptor
field = candidateDescriptor
get
}
object Owner : ResolutionPart {
@@ -60,11 +69,3 @@ object Owner : ResolutionPart {
}
object Final : Modality {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}