[FIR JS] KT-51740: Alter positioning of NO_VALUE_FOR_PARAMETER
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ open class A protected constructor(x: Int) {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
A(<!NO_VALUE_FOR_PARAMETER!>)<!>
|
||||
<!NO_VALUE_FOR_PARAMETER!>A()<!>
|
||||
A(1.0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user