Some tests for override action has been added.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import foo.A
|
||||
|
||||
class C : A() {
|
||||
|
||||
override fun getAnswer(array : Array<String?>?, number : Int, value : Any?) : Int {
|
||||
return super<A>.getAnswer(array, number, value)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user