mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
17 lines
313 B
Java
17 lines
313 B
Java
|
|
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
|
|
|
|
public class DeferFinalAssignmentTest extends LightQuickFixTestCase {
|
|
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/deferFinalAssignment";
|
|
}
|
|
|
|
}
|
|
|