mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
initialize in setup: add field initialization instead of variable declaration (IDEA-62451)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user