Fixed test data
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
open class A(n: Int)
|
open class A(n: Int)
|
||||||
|
|
||||||
class B {
|
class B : A {
|
||||||
constructor(x: Int) : <selection>A</selection>(x + 1)
|
constructor(x: Int) : <selection>super</selection>(x + 1)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user