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
@@ -4,6 +4,10 @@ import java.lang.System;
public final class CrashMe {
private final int resources = 1;
public CrashMe() {
super();
}
public final int getResources() {
return 0;
}
@@ -12,8 +16,4 @@ public final class CrashMe {
public final java.lang.String getResources() {
return null;
}
public CrashMe() {
super();
}
}