[FIR] Adapt positioning of NO_VALUE_FOR_PARAMETER to match K1
This commit is contained in:
committed by
Space Team
parent
6d1d6e48c1
commit
5abab2197b
Vendored
+1
-1
@@ -3,7 +3,7 @@ open class B0(x: Int)
|
||||
|
||||
class A0 : B0 {
|
||||
<!EXPLICIT_DELEGATION_CALL_REQUIRED!>constructor()<!>
|
||||
constructor(x: Int) : <!NO_VALUE_FOR_PARAMETER!>super()<!>
|
||||
constructor(x: Int) : super<!NO_VALUE_FOR_PARAMETER!>()<!>
|
||||
}
|
||||
|
||||
// --------------------------
|
||||
|
||||
Reference in New Issue
Block a user