A warning for redundant '?' in types

This commit is contained in:
Andrey Breslav
2012-10-19 18:37:04 +04:00
parent 92ef1c9417
commit 80039d8533
9 changed files with 75 additions and 25 deletions
@@ -3,4 +3,4 @@ trait B<T> {}
trait C<T> {}
trait D<T> {}
trait Test : A<<error>in</error> Int>, B<<error>out</error> Int>, C<<error>*</error>><error>?</error><error>?</error><error>?</error>, D<Int> {}
trait Test : A<<error>in</error> Int>, B<<error>out</error> Int>, C<<error>*</error>><error>?</error><warning>?</warning><warning>?</warning>, D<Int> {}