summaryrefslogtreecommitdiff
path: root/test/files/neg/maxerrs.check
blob: 5eaedad487eaf4794c98f45a11fe4abc14188254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
maxerrs.scala:22: error: type mismatch;
 found   : String("")
 required: Int
  def F = f("")
            ^
maxerrs.scala:24: error: type mismatch;
 found   : String("")
 required: Int
  def g = f("")
            ^
maxerrs.scala:26: error: type mismatch;
 found   : String("")
 required: Int
  def h = f("")
            ^
5 errors found