mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
13 lines
321 B
Java
13 lines
321 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
public class RenameWrongReferenceTest extends LightQuickFixAvailabilityTestCase {
|
|
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/renameWrongReference";
|
|
}
|
|
}
|
|
|