[LC] AbstractSymbolLightClassesLoadingTest: sort classes by name

This commit is contained in:
Dmitrii Gridin
2022-12-22 20:02:07 +01:00
committed by teamcity
parent 27ffe7c31e
commit 7196d0d809
49 changed files with 1067 additions and 1367 deletions
@@ -1,6 +1,3 @@
public final class UInt /* UInt*/ {
}
public enum Foo /* Foo*/ {
;
@@ -13,10 +10,6 @@ public enum Foo /* Foo*/ {
public final int getX();// getX()
}
public final class InlinedDelegate /* InlinedDelegate*/<T> {
public final T getNode();// getNode()
}
public final class InlineInheritance /* InlineInheritance*/ {
public final int getV();// getV()
@@ -24,3 +17,10 @@ public final class InlineInheritance /* InlineInheritance*/ {
public int y();// y()
}
public final class InlinedDelegate /* InlinedDelegate*/<T> {
public final T getNode();// getNode()
}
public final class UInt /* UInt*/ {
}