blob: 99f318efbd8d89f36b388c4b5fba60a0070f5088 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class VariableArrayTypeTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/variableArrayType";
}
}