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,13 +2,13 @@ import java.lang.System;
@kotlin.Metadata()
public final class Foo {
private final kotlin.Lazy foo$delegate = null;
private final kotlin.Lazy bar$delegate = null;
private final kotlin.Lazy baz$delegate = null;
private final kotlin.Lazy foo$delegate = null;
private final kotlin.Lazy generic1$delegate = null;
public Foo() {
super();
private final java.lang.Runnable getFoo() {
return null;
}
private final java.lang.Object getBar() {
@@ -19,12 +19,12 @@ public final class Foo {
return null;
}
private final java.lang.Runnable getFoo() {
private final GenericIntf<java.lang.CharSequence> getGeneric1() {
return null;
}
private final GenericIntf<java.lang.CharSequence> getGeneric1() {
return null;
public Foo() {
super();
}
}