[SLC] AbstractSymbolLightClassesByPsiTest: add more stable order

Now more diff between sources and libraries are readable.
Also prefer .descriptors to .fir as FIR is a first-class support

^KT-62892
This commit is contained in:
Dmitrii Gridin
2024-01-03 19:41:34 +01:00
committed by Space Team
parent d64f18eaa9
commit af5f76048b
68 changed files with 891 additions and 745 deletions
@@ -6,18 +6,6 @@ public abstract interface A /* A*/ {
public abstract void setInt2(int);// setInt2(int)
}
public static final class Companion /* Foo.Companion*/ {
private Companion();// .ctor()
public final int getF1();// getF1()
public final int getProp3();// getProp3()
public final int getProp7();// getProp7()
public final void setProp7(int);// setProp7(int)
}
public final class Foo /* Foo*/ {
@org.jetbrains.annotations.NotNull()
private final Foo b;
@@ -218,6 +206,18 @@ D'E"F\G$H */;
class Companion ...
}
public static final class Companion /* Foo.Companion*/ {
private Companion();// .ctor()
public final int getF1();// getF1()
public final int getProp3();// getProp3()
public final int getProp7();// getProp7()
public final void setProp7(int);// setProp7(int)
}
public final class Foo2 /* Foo2*/ {
@org.jetbrains.annotations.NotNull()
public final Foo getFoo();// getFoo()