mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
14 lines
316 B
Java
14 lines
316 B
Java
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) {
|
|
}
|
|
}
|