Split DevKit into modules + related changes and fixes

This commit is contained in:
Yaroslav Pankratyev
2018-04-03 19:35:17 +07:00
parent eba8fe5b96
commit 3f3eeec926
660 changed files with 274 additions and 134 deletions

View File

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