diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.txt b/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.txt index 3bcec639215..6eab8beba61 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.txt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/suspendErrorTypes.txt @@ -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> p0) { - return null; - } - public Foo() { super(); } diff --git a/plugins/kapt3/kapt3-compiler/testData/converter/unsafePropertyInitializers.txt b/plugins/kapt3/kapt3-compiler/testData/converter/unsafePropertyInitializers.txt index 485caa7171f..88f945a5007 100644 --- a/plugins/kapt3/kapt3-compiler/testData/converter/unsafePropertyInitializers.txt +++ b/plugins/kapt3/kapt3-compiler/testData/converter/unsafePropertyInitializers.txt @@ -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() { } -} \ No newline at end of file +}