summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_error.check
blob: f14ac7e3a279d5185b1853e650127863343f2e3d (plain) (blame)
1
2
3
4
sammy_error.scala:6: error: missing parameter type
  foo(x => x) // should result in only one error (the second one stemmed from adapting to SAM when the tree was erroneous)
      ^
one error found