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
@@ -186,11 +186,8 @@ public final class Test {
@org.jetbrains.annotations.NotNull()
private final java.lang.String value = "";
@lib.Anno(value = "3", construct = {"C"})
@lib.Anno(value = "2", construct = {"A", "B"})
@lib.Anno(value = "1")
@java.lang.Deprecated()
public static void getValue$annotations() {
public Test() {
super();
}
@org.jetbrains.annotations.NotNull()
@@ -198,8 +195,11 @@ public final class Test {
return null;
}
public Test() {
super();
@lib.Anno(value = "3", construct = {"C"})
@lib.Anno(value = "2", construct = {"A", "B"})
@lib.Anno(value = "1")
@java.lang.Deprecated()
public static void getValue$annotations() {
}
}