mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Try-with-resource support: reuse variable quick fix
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
|
||||
package com.intellij.codeInsight.daemon.quickFix;
|
||||
|
||||
|
||||
|
||||
public class ReuseVariableDeclarationtTest extends LightQuickFixTestCase {
|
||||
public class ReuseVariableDeclarationTest extends LightQuickFixTestCase {
|
||||
|
||||
public void test() throws Exception { doAllTests(); }
|
||||
|
||||
@@ -11,6 +9,4 @@ public class ReuseVariableDeclarationtTest extends LightQuickFixTestCase {
|
||||
protected String getBasePath() {
|
||||
return "/codeInsight/daemonCodeAnalyzer/quickFix/reuseVariableDeclaration";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user