Type bounds check for class headers moved to DeclarationsChecker

This commit is contained in:
Andrey Breslav
2014-03-05 16:10:07 +04:00
parent 8be40c29cf
commit b72bcfd8ae
4 changed files with 37 additions and 32 deletions
@@ -0,0 +1,4 @@
class Other
trait Trait
trait WithBounds<T: Trait>
class Test1<T> where <!UNSUPPORTED!>class object T: WithBounds<<!UPPER_BOUND_VIOLATED!>Other<!>><!>