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





                                                                                                              
                
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"
                 ^
two errors found