inline: do not remove anything during inline

This commit is contained in:
anna
2012-07-26 18:21:14 +02:00
parent 36e846fe99
commit 498faaa7fc
2 changed files with 6 additions and 4 deletions
@@ -193,7 +193,7 @@ public class InlineMethodTest extends LightRefactoringTestCase {
}
public void testNotAStatement() throws Exception {
doTestConflict("Inlined result won't be a valid statement");
doTestConflict("Inlined result would contain parse errors");
}
private void doTestConflict(final String conflict) throws Exception {