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