allow to change constructor signature when caret is on constructor call

This commit is contained in:
anna
2010-04-22 12:22:43 +04:00
parent cfd764a9c9
commit bb3cacc36c
2 changed files with 5 additions and 2 deletions
@@ -1,5 +1,7 @@
import java.util.*;
class A1<T> {
A1(){}
public static void main(String[] args) {
Callable<Object> callable = new Callable<Object>() {