summaryrefslogtreecommitdiff
path: root/test/files/neg/t3006.check
blob: 2447eebc9cba4e55d89d59eb11f2d1789eb10ae7 (plain) (blame)
1
2
3
4
5
6
t3006.scala:8: error: type mismatch;
 found   : String("H")
 required: Int
  println(A(3) + "H")
                 ^
one error found