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



                                                                                                                  
ticket2208.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