Revert ""Add parameter to function" for TYPE_MISMATCH: fix it works correctly for extension function"

This reverts commit 03e725d5
This commit is contained in:
Yan Zhulanow
2020-10-24 00:19:44 +09:00
parent 16dbf7ba74
commit c4a48598c0
12 changed files with 9 additions and 23 deletions
@@ -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");