[FIR JS] KT-51740: Alter positioning of NO_VALUE_FOR_PARAMETER
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ open class B0(x: Int)
|
||||
|
||||
class A0 : B0 {
|
||||
<!EXPLICIT_DELEGATION_CALL_REQUIRED!>constructor()<!>
|
||||
constructor(x: Int) : super(<!NO_VALUE_FOR_PARAMETER!>)<!>
|
||||
constructor(x: Int) : super<!NO_VALUE_FOR_PARAMETER!>()<!>
|
||||
}
|
||||
|
||||
// --------------------------
|
||||
|
||||
Reference in New Issue
Block a user