chenge signature on params list|args list (IDEADEV-41565)

This commit is contained in:
anna
2009-11-25 23:05:37 +03:00
parent bdcb11f17f
commit 012a0923b2
8 changed files with 197 additions and 21 deletions
@@ -0,0 +1,4 @@
import java.util.*;
class B {
<T> String foo(T t, St<caret>ring s){return null;}
}