mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
13 lines
294 B
Kotlin
Vendored
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
|