summaryrefslogtreecommitdiff
path: root/test/files/neg/ticket2208.check
blob: 9aa6658bf48b30dec8a00e2dc3c81c0004967b17 (plain) (blame)
1
2
3
4
ticket2208.scala:9: 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