Quickfix for MIXING_NAMED_AND_POSITIONED_ARGUMENTS.
This commit is contained in:
committed by
Nikolay Krasko
parent
d5739bbe7f
commit
b2bb581127
+6
@@ -0,0 +1,6 @@
|
||||
// "Add name to argument: 'b = "FOO"'" "true"
|
||||
fun f(a: String, x: Int, b: String) {}
|
||||
|
||||
fun g() {
|
||||
f("BAR", x = 10, <caret>"FOO")
|
||||
}
|
||||
Reference in New Issue
Block a user