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