Type bounds check for class headers moved to DeclarationsChecker
This commit is contained in:
@@ -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<!>><!>
|
||||
Reference in New Issue
Block a user