Revert ""Add parameter to function" for TYPE_MISMATCH: fix it works correctly for extension function"
This reverts commit 03e725d5
This commit is contained in:
@@ -2306,11 +2306,6 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
runTest("idea/testData/quickfix/changeSignature/addEnumConstructorParameter5.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("addExtensionFunctionParameterForTypeMismatch.kt")
|
||||
public void testAddExtensionFunctionParameterForTypeMismatch() throws Exception {
|
||||
runTest("idea/testData/quickfix/changeSignature/addExtensionFunctionParameterForTypeMismatch.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("addForItParameter.kt")
|
||||
public void testAddForItParameter() throws Exception {
|
||||
runTest("idea/testData/quickfix/changeSignature/addForItParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user