completion: diamonds; inspection: collapse to diamond

This commit is contained in:
anna
2011-01-31 17:14:11 +01:00
parent 8862164974
commit c05c58cf4c
28 changed files with 497 additions and 69 deletions
@@ -0,0 +1,7 @@
// "Replace with <>" "true"
public class Test {
F<F<String>> f = new FF<Str<caret>ing>();
}
class FF<X> extends F<X>{}
class F<T> {}