mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
13 lines
336 B
Java
13 lines
336 B
Java
package com.intellij.codeInsight.daemon.quickFix;
|
|
|
|
/**
|
|
* @author yole
|
|
*/
|
|
public class CreateInnerClassFromNewTest extends LightQuickFixTestCase {
|
|
public void test() throws Exception { doAllTests(); }
|
|
|
|
@Override
|
|
protected String getBasePath() {
|
|
return "/codeInsight/daemonCodeAnalyzer/quickFix/createInnerClassFromNew";
|
|
}
|
|
} |