Files
kotlin/compiler/testData/codegen/bytecodeText/builtinFunctions/genericParameterBridge/notNullAnyMC.kt
2018-12-21 16:20:45 +01:00

13 lines
294 B
Kotlin
Vendored

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