Files
2018-04-03 19:37:58 +07:00

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) {
}
}