summaryrefslogtreecommitdiff
path: root/test/files/neg/t7473.check
blob: bc8c29d46377d43b81cb03e13c127c4a3f14f579 (plain) (blame)
1
2
3
4
5
6
7
t7473.scala:6: error: '<-' expected but '=' found.
  (for (x = Option(i); if x == j) yield 42) toList
          ^
t7473.scala:6: error: illegal start of simple expression
  (for (x = Option(i); if x == j) yield 42) toList
                     ^
two errors found