mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user