Adjust tests due to "Remove argument" quick fix for TOO_MANY_ARGUMENTS
Relates to #KT-34026 Relates to #KT-34332
This commit is contained in:
+1
@@ -6,6 +6,7 @@
|
||||
// ACTION: Create member function 'X.foo'
|
||||
// ACTION: Convert to run
|
||||
// ACTION: Convert to with
|
||||
// ACTION: Remove argument
|
||||
|
||||
package main
|
||||
|
||||
|
||||
+1
@@ -4,6 +4,7 @@
|
||||
// ACTION: Add parameter to function 'foo'
|
||||
// ACTION: Create extension function 'X.foo'
|
||||
// ACTION: Create member function 'X.foo'
|
||||
// ACTION: Remove argument
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Vendored
+1
@@ -3,5 +3,6 @@
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Create function 'G'
|
||||
// ACTION: Introduce local variable
|
||||
// ACTION: Remove argument
|
||||
|
||||
fun test() = G(<caret>1)
|
||||
Reference in New Issue
Block a user