mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
fix negative testdata
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace anonymous class with constructor accepting lambda" "false"
|
||||
// "Replace with constructor accepting lambda" "false"
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace anonymous class with constructor accepting lambda" "false"
|
||||
// "Replace with constructor accepting lambda" "false"
|
||||
public class Main {
|
||||
public void testThread() {
|
||||
new <caret>Thread() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace anonymous class with constructor accepting lambda" "false"
|
||||
// "Replace with constructor accepting lambda" "false"
|
||||
public class Main {
|
||||
public void testThread() {
|
||||
new <caret>Thread() {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace anonymous class with constructor accepting lambda" "false"
|
||||
// "Replace with constructor accepting lambda" "false"
|
||||
public class Main {
|
||||
public void testThread() {
|
||||
new <caret>Thread() {
|
||||
|
||||
Reference in New Issue
Block a user