Implementation Navigation: Add tests for enum entries
#KT-3540 Fixed
This commit is contained in:
@@ -53,6 +53,14 @@ public class JetGotoImplementationTest extends LightCodeInsightTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testOverridesInEnumEntries() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testEnumEntriesInheritance() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
|
||||
Reference in New Issue
Block a user