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