mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
fix invalid negative tests for quick-fixes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
public Test() {
|
||||
test();
|
||||
}
|
||||
|
||||
private void test() {
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Do not create method" "false"
|
||||
// "Create method 'test'" "true"
|
||||
public class Test {
|
||||
public Test() {
|
||||
test(<caret>);
|
||||
|
||||
Reference in New Issue
Block a user