summaryrefslogtreecommitdiff
path: root/test/files/neg/bug935.check
blob: 6a4129eee311cecb6ace2a25f43cc69144872bfd (plain) (blame)
1
2
3
4
5
6
7
bug935.scala:7: error: type arguments [Test3.B] do not conform to class E's type parameter bounds [T <: String]
  @E[B](new B) val b = "hi"
                   ^
bug935.scala:13: error: type arguments [Test4.B] do not conform to class E's type parameter bounds [T <: String]
  val b: String @E[B](new B) = "hi"
                 ^
two errors found