[FIR] Adapt positioning of NO_VALUE_FOR_PARAMETER to match K1
This commit is contained in:
committed by
Space Team
parent
6d1d6e48c1
commit
5abab2197b
+1
-1
@@ -15,7 +15,7 @@ fun foo(a: A) {
|
||||
a.foo()
|
||||
a.foo(1)
|
||||
|
||||
a.<!NO_VALUE_FOR_PARAMETER!>bar()<!>
|
||||
a.bar<!NO_VALUE_FOR_PARAMETER!>()<!>
|
||||
a.bar(<!NO_VALUE_FOR_PARAMETER!>"")<!>
|
||||
a.bar(y = 1)
|
||||
a.bar("", 2)
|
||||
|
||||
Reference in New Issue
Block a user