"Remove argument name" intention
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(s: String, b: Boolean){}
|
||||
|
||||
fun bar() {
|
||||
foo("", b = t<caret>rue)
|
||||
}
|
||||
Reference in New Issue
Block a user