Update KAPT stubs for tests

Update expected outputs so they match
the new sorting rules.
This commit is contained in:
Ivan Gavrilovic
2021-01-11 12:50:21 +00:00
committed by Yan Zhulanow
parent 3b2986f069
commit dfdd107fc0
61 changed files with 558 additions and 558 deletions
@@ -7,6 +7,10 @@ public final class Foo {
private final kotlin.Lazy baz$delegate = null;
private final kotlin.Lazy generic1$delegate = null;
public Foo() {
super();
}
private final java.lang.Runnable getFoo() {
return null;
}
@@ -22,10 +26,6 @@ public final class Foo {
private final GenericIntf<java.lang.CharSequence> getGeneric1() {
return null;
}
public Foo() {
super();
}
}
////////////////////