Update KAPT stubs for tests
Update expected outputs so they match the new sorting rules.
This commit is contained in:
committed by
Yan Zhulanow
parent
3b2986f069
commit
dfdd107fc0
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user