initialize in setup: add field initialization instead of variable declaration (IDEA-62451)

This commit is contained in:
anna
2010-12-07 18:16:39 +03:00
parent 19ccd895cb
commit cb7ccebc23
4 changed files with 40 additions and 1 deletions

View File

@@ -78,6 +78,10 @@ public class IntroduceFieldWitSetUpInitializationTest extends CodeInsightTestCas
doTest();
}
public void testOrderInSetup() throws Exception {
doTest();
}
private void doTest() throws Exception {
configureByFile("/refactoring/introduceField/before" + getTestName(false) + ".java");