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
+14
-14
@@ -2,30 +2,30 @@ import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Foo {
|
||||
private final java.lang.String string = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final Foo.Bar bar = null;
|
||||
private final java.lang.String string = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final Foo.Bar getBar() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Foo(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String string) {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final Foo.Bar getBar() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@kotlin.Metadata()
|
||||
public static final class Bar {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.util.ArrayList<Foo.Bar.Bar> bars = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String string = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.util.ArrayList<Foo.Bar.Bar> getBars() {
|
||||
return null;
|
||||
private final java.util.ArrayList<Foo.Bar.Bar> bars = null;
|
||||
|
||||
public Bar(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String string) {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -33,9 +33,9 @@ public final class Foo {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Bar(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String string) {
|
||||
super();
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.util.ArrayList<Foo.Bar.Bar> getBars() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user