mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
allow to change constructor signature when caret is on constructor call
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import java.util.*;
|
||||
class A1<T> {
|
||||
A1(){}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Callable<Object> callable = new Callable<Object>() {
|
||||
|
||||
Reference in New Issue
Block a user