summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_variance.check
blob: 2df4b4d4297cc2b47c2921b95de82c0bbcdade4c (plain) (blame)
1
2
3
4
5
tcpoly_variance.scala:6: error: overriding method str in class A of type => m[java.lang.Object];
 method str has incompatible type
 override def str: m[String]  = error("foo") // since x in m[x] is invariant, ! m[String] <: m[Object]
              ^
one error found