Update testData for KAPT tests for new inline class ABI

Since class member functions returning inline class values are now
mangled, they are not visible from Java.
This commit is contained in:
Dmitry Petrov
2020-05-21 13:56:57 +03:00
parent 7a947e8008
commit b89878a509
2 changed files with 1 additions and 11 deletions
@@ -9,12 +9,6 @@ public final class Foo {
return null;
}
@org.jetbrains.annotations.Nullable()
public final java.lang.Object b(@org.jetbrains.annotations.NotNull()
kotlin.coroutines.Continuation<Result<ABC>> p0) {
return null;
}
public Foo() {
super();
}
@@ -185,10 +185,6 @@ public final class HavingState {
return null;
}
public final int getUint() {
return 0;
}
@org.jetbrains.annotations.NotNull()
public final kotlin.UInt[] getUintArray() {
return null;
@@ -231,4 +227,4 @@ public enum State {
State() {
}
}
}