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
+25 -25
View File
@@ -17,11 +17,11 @@ public enum EnumError {
/*public static final*/ One /* = new EnumError() */,
/*public static final*/ Two /* = new EnumError() */;
@org.jetbrains.annotations.NotNull()
public abstract java.lang.String doIt();
EnumError() {
}
@org.jetbrains.annotations.NotNull()
public abstract java.lang.String doIt();
}
////////////////////
@@ -65,6 +65,10 @@ public final class Test {
@org.jetbrains.annotations.NotNull()
private final java.lang.String prop2 = "";
public Test() {
super();
}
/**
* method().
*/
@@ -84,6 +88,11 @@ public final class Test {
java.lang.String a) {
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getProp2() {
return null;
}
/**
* prop2.
*/
@@ -92,11 +101,6 @@ public final class Test {
public static void getProp2$annotations() {
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getProp2() {
return null;
}
/**
* get.
*/
@@ -111,10 +115,6 @@ public final class Test {
public final void setProp3(@org.jetbrains.annotations.NotNull()
java.lang.String v) {
}
public Test() {
super();
}
}
////////////////////
@@ -132,15 +132,15 @@ public final class Test2 {
@org.jetbrains.annotations.NotNull()
private final java.lang.String a = null;
@org.jetbrains.annotations.NotNull()
public final java.lang.String getA() {
return null;
}
public Test2(@org.jetbrains.annotations.NotNull()
java.lang.String a) {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getA() {
return null;
}
}
////////////////////
@@ -156,15 +156,15 @@ public final class Test3 {
@org.jetbrains.annotations.NotNull()
private final java.lang.String a = null;
@org.jetbrains.annotations.NotNull()
public final java.lang.String getA() {
return null;
}
protected Test3(@org.jetbrains.annotations.NotNull()
java.lang.String a) {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getA() {
return null;
}
}
////////////////////
@@ -175,12 +175,12 @@ import java.lang.System;
@kotlin.Metadata()
public final class Test4 {
public final void method() {
}
public Test4() {
super();
}
public final void method() {
}
}
////////////////////