mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
import foo.A
|
|
|
|
class C : A() {
|
|
override fun getAnswer(array: Array<out String>?, number: Int, value: Any?): Int {
|
|
<selection><caret>return super.getAnswer(array, number, value)</selection>
|
|
}
|
|
}
|