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:
+1
-5
@@ -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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user