mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
11 lines
283 B
Java
11 lines
283 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
public class ModifierTest extends LightQuickFixTestCase {
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/modifier";
|
|
}
|
|
}
|