mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
9 lines
189 B
Kotlin
Vendored
9 lines
189 B
Kotlin
Vendored
abstract class A8 : MutableCollection<Any?> {
|
|
override fun contains(o: Any?): Boolean {
|
|
throw UnsupportedOperationException()
|
|
}
|
|
}
|
|
|
|
// 1 bridge
|
|
// 1 public final bridge size
|