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
@@ -28,16 +28,16 @@ public final class KBox implements androidx.annotation.Box {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final androidx.annotation.Box delegate = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final androidx.annotation.Box getDelegate() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public KBox(@org.jetbrains.annotations.NotNull()
|
||||
androidx.annotation.Box delegate) {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final androidx.annotation.Box getDelegate() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@androidx.annotation.RecentlyNullable()
|
||||
@java.lang.Override()
|
||||
public java.lang.String foo() {
|
||||
|
||||
Reference in New Issue
Block a user