diff --git a/idea/testData/quickfix/autoImports/mismatchingArgs/extensionWrongReceiver.test b/idea/testData/quickfix/autoImports/mismatchingArgs/extensionWrongReceiver.test index d96e20a0fc4..87b09042863 100644 --- a/idea/testData/quickfix/autoImports/mismatchingArgs/extensionWrongReceiver.test +++ b/idea/testData/quickfix/autoImports/mismatchingArgs/extensionWrongReceiver.test @@ -6,6 +6,7 @@ // ACTION: Create member function 'X.foo' // ACTION: Convert to run // ACTION: Convert to with +// ACTION: Remove argument package main diff --git a/idea/testData/quickfix/autoImports/mismatchingArgs/topLevelFun_notWithReceiver.test b/idea/testData/quickfix/autoImports/mismatchingArgs/topLevelFun_notWithReceiver.test index 15a2e7b8f00..cba8b86ffec 100644 --- a/idea/testData/quickfix/autoImports/mismatchingArgs/topLevelFun_notWithReceiver.test +++ b/idea/testData/quickfix/autoImports/mismatchingArgs/topLevelFun_notWithReceiver.test @@ -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 diff --git a/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/groovyConstructor.before.Main.kt b/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/groovyConstructor.before.Main.kt index 69416a5b32f..b4bafcaeb14 100644 --- a/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/groovyConstructor.before.Main.kt +++ b/idea/testData/quickfix/createFromUsage/createSecondaryConstructor/groovyConstructor.before.Main.kt @@ -3,5 +3,6 @@ // ACTION: Convert to block body // ACTION: Create function 'G' // ACTION: Introduce local variable +// ACTION: Remove argument fun test() = G(1) \ No newline at end of file