summaryrefslogtreecommitdiff
path: root/test/files/neg/bug935.check
blob: 63b267964b6ee78e2012a5ec7447753f5888b129 (plain) (blame)
1
2
3
4
5
6
7
bug935.scala:5: 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:11: 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