Implement Unwrap/Remove for lambdas

This commit is contained in:
Alexey Sedunov
2013-06-19 15:13:49 +04:00
parent 8964e0e152
commit 9d46c90165
23 changed files with 229 additions and 2 deletions
@@ -378,7 +378,8 @@ public class GenerateTests {
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapThen", "doTestThenUnwrapper"),
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapElse", "doTestElseUnwrapper"),
testModel("idea/testData/codeInsight/unwrapAndRemove/removeElse", "doTestElseRemover"),
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapLoop", "doTestLoopUnwrapper")
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapLoop", "doTestLoopUnwrapper"),
testModel("idea/testData/codeInsight/unwrapAndRemove/unwrapLambda", "doTestLambdaUnwrapper")
);
}