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