mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Empty import list placement and comment binding (test data fixed)
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
// "Annotate variable 'a' as @NonNls" "true"
|
||||
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
|
||||
// "Annotate variable 'a' as @NonNls" "true"
|
||||
class Foo {
|
||||
public void doTest() {
|
||||
@NonNls String a = new String("test");
|
||||
|
||||
Reference in New Issue
Block a user