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