mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline: do not remove anything during inline
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user