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