blob: 17a5fd872b7c1ab4ff56fce250b139b6cb64dd1e [file] [log] [blame]
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) {
}
}