Nullable types prohibited in supertypes

This commit is contained in:
Andrey Breslav
2011-09-13 19:43:41 +04:00
parent f8cb012097
commit 78a51bd9c4
2 changed files with 6 additions and 1 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> T>, C<<error>*</error>>, D<Int> {}
trait Test : A<<error>in</error> Int>, B<<error>out</error> T>, C<<error>*</error>><error>?</error><error>?</error><error>?</error>, D<Int> {}