Revert "Sort class members to ensure deterministic builds"

This reverts commit 4bf63a9539.
This commit is contained in:
Ivan Gavrilovic
2021-01-08 19:48:07 +00:00
committed by Yan Zhulanow
parent 77f8c1e58f
commit a320152a03
70 changed files with 1279 additions and 1382 deletions
@@ -2,10 +2,10 @@ import java.lang.System;
@kotlin.Metadata()
public final class Test {
@org.jetbrains.annotations.NotNull()
public static final Test.A A = null;
@org.jetbrains.annotations.NotNull()
private static final java.lang.String test = "";
@org.jetbrains.annotations.NotNull()
public static final Test.A A = null;
public Test() {
super();
@@ -19,8 +19,8 @@ public final class Test {
@kotlin.Metadata()
public static final class A {
private A() {
super();
@java.lang.Deprecated()
public static void getTest$annotations() {
}
@org.jetbrains.annotations.NotNull()
@@ -28,8 +28,8 @@ public final class Test {
return null;
}
@java.lang.Deprecated()
public static void getTest$annotations() {
private A() {
super();
}
}
}