Issue 4: _ is not properly treated as wildcard: using it twice results in error
Project Member Reported by adria...@gmail.com, Mar 28, 2007
What steps will reproduce the problem?
class A[foo[_, _]]

What is the expected output? What do you see instead?
no error, but got:
"_ is already defined as type _"