summaryrefslogblamecommitdiff
path: root/test/files/neg/t2208.check
blob: 64bb3a77c83ba80090b0e81915d14aa9095bc8d8 (plain) (tree)
1
2
3
4
                                                                                                             

                                                                                                        
               
t2208.scala:7: error: type arguments [Any] do not conform to type Alias's type parameter bounds [X <: Test.A]
	class C extends Alias[Any]   // not ok, normalisation should check bounds before expanding Alias
                        ^
one error found