mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
9 lines
285 B
Plaintext
Vendored
9 lines
285 B
Plaintext
Vendored
import foo.A
|
|
import foo.B
|
|
|
|
class C : A() {
|
|
override fun foo(x: MutableList<Any?>?, y: String?): B<*>? {
|
|
<selection><caret>throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.</selection>
|
|
}
|
|
}
|