summaryrefslogblamecommitdiff
path: root/test/files/neg/t8015-ffa.check
blob: 0f28be7fe7b7e4311c46ed5e5ab8847d5652b8e4 (plain) (tree)
1
2
3
4
5
6





                                               
t8015-ffa.scala:7: error: type mismatch;
 found   : String("3")
 required: Int
  val i: Int = "3"      // error line 7 (was 8)
               ^
one error found