parameter info generics: check resulted html

This commit is contained in:
Anna Kozlova
2013-09-02 18:01:13 +04:00
parent bfb3a8b3a9
commit c6e41b5df6
11 changed files with 186 additions and 37 deletions
@@ -0,0 +1,9 @@
import java.util.*;
class First {
private void doFirst(List<String> param) {
}
}
private void doSecond() {
doFirst(<caret>);
}
}