blob: b7db420c3c50d47f05654087ed0e1dc9cee2df32 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
/**
* @author ven
*/
public class BringVariableIntoScopeTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/bringVariableIntoScope";
}
}