mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-18 16:17:00 +07:00
16 lines
325 B
Java
16 lines
325 B
Java
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";
|
|
}
|
|
|
|
}
|
|
|