new quick fixes: add parameter, remove parameter, change function literal signature
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Add parameter to function 'foo'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun foo(x: Int) {
|
||||
foo();
|
||||
foo(1);
|
||||
foo(1, 4<caret>);
|
||||
foo(2, 3, sdsd);
|
||||
}
|
||||
Reference in New Issue
Block a user