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"
|
||||
class A(a: Int, b: String) {}
|
||||
|
||||
fun f() {
|
||||
A(a = 1, <caret>"FOO")
|
||||
}
|
||||
Reference in New Issue
Block a user