summaryrefslogblamecommitdiff
path: root/test/files/neg/t935.check
blob: 8b737001878625e77cb621bbb1984213ffb8f662 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                                                              



                                                                                                              
t935.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"
                   ^
t935.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"
                 ^
t935.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"
      ^
three errors found