mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
Split DevKit into modules + related changes and fixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
public class ATest extends LightCodeInsightFixtureTestCase {
|
||||
|
||||
public void testReferencesInAnyMethod() throws Exception {
|
||||
resolve();
|
||||
}
|
||||
|
||||
private void resolve() throws Exception {
|
||||
configureByFile("before");
|
||||
}
|
||||
|
||||
private void configureByFile(@com.intellij.testFramework.TestDataFile String file) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user