mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
fix invalid negative tests for quick-fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Do not try to create class Inner" "false"
|
||||
// "Create class 'Inner'" "false"
|
||||
public class Test {
|
||||
public static void main() {
|
||||
new Te<caret>st.Inner();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Do not try to create class Inner" "false"
|
||||
// "Create class 'Inner'" "false"
|
||||
public class Test {
|
||||
public static void main() {
|
||||
new Inner<caret>();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Do not create anything" "false"
|
||||
// "Create class 'boolean'" "false"
|
||||
import javax.swing.*;
|
||||
|
||||
public class Test {
|
||||
|
||||
Reference in New Issue
Block a user