4d9b19da82
#KT-18539 Fixed
9 lines
181 B
Plaintext
Vendored
9 lines
181 B
Plaintext
Vendored
import foo.A
|
|
import foo.B
|
|
|
|
class C : A() {
|
|
override fun foo(x: MutableList<Any?>?, y: String?): B<*> {
|
|
<selection><caret>TODO("Not yet implemented")</selection>
|
|
}
|
|
}
|