diff --git a/compiler/testData/codegen/bytecodeText/notNullAssertions/assertionForNotNullCaptured.kt b/compiler/testData/codegen/bytecodeText/notNullAssertions/assertionForNotNullCaptured.kt index 3633b5db67b..53c8d0efeb5 100644 --- a/compiler/testData/codegen/bytecodeText/notNullAssertions/assertionForNotNullCaptured.kt +++ b/compiler/testData/codegen/bytecodeText/notNullAssertions/assertionForNotNullCaptured.kt @@ -1,7 +1,3 @@ -class A { - fun add(element: T) {} -} - public fun foo(x: MutableCollection, block: java.util.AbstractList) { x.add(block.get(0)) }