Files
kotlin-fork/compiler/testData/codegen/bytecodeText/builtinFunctions/genericParameterBridge/notNullAnyMC.kt
T
2021-08-31 16:39:25 +03:00

13 lines
280 B
Kotlin
Vendored

abstract class A8 : MutableCollection<Any> {
override fun contains(o: Any): Boolean {
throw UnsupportedOperationException()
}
}
// 1 bridge
// 1 public final bridge size
// 0 INSTANCEOF
/* Only 1 null check should be within the contains method */
// 1 IFNONNULL