summaryrefslogblamecommitdiff
path: root/test/files/neg/t2208.check
blob: a97b20cba7e85706712f178a746753f551e0d297 (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