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,6 @@
class First {
private void doSecond() {
doFirst(<caret>);
}
private void doFirst(){}
}