mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
move as enum: strip enum qualifiers in case statements
This commit is contained in:
@@ -84,6 +84,10 @@ public class MoveMembersTest extends MultiFileTestCase {
|
||||
doTest("B", "A", 0);
|
||||
}
|
||||
|
||||
public void testEnumConstantFromCaseStatement() throws Exception {
|
||||
doTest("B", "A", 0);
|
||||
}
|
||||
|
||||
public void testDependantFields() throws Exception {
|
||||
doTest("B", "A", 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user