mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
9 lines
257 B
Kotlin
Vendored
9 lines
257 B
Kotlin
Vendored
abstract class A7 : MutableCollection<Int> {
|
|
override fun contains(o: Int): Boolean {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|
|
|
|
// 1 public final bridge contains\(Ljava/lang/Object;\)Z
|
|
// 1 public final bridge remove\(Ljava/lang/Object;\)Z
|