fix invalid negative tests for quick-fixes

This commit is contained in:
Tagir Valeev
2016-10-10 18:22:50 +07:00
parent 11b34b7afc
commit eaff2cebb6
11 changed files with 22 additions and 12 deletions

View File

@@ -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();

View File

@@ -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>();

View File

@@ -1,4 +1,4 @@
// "Do not create anything" "false"
// "Create class 'boolean'" "false"
import javax.swing.*;
public class Test {