summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-keyword-bind.check
blob: 1f74cfe5cdf17274a50e45c88bc3e00cb4dd4e71 (plain) (blame)
1
2
3
4
5
6
7
macro-keyword-bind.scala:2: error: illegal start of simple pattern
  val Some(macro) = Some(42)
           ^
macro-keyword-bind.scala:6: error: ')' expected but '}' found.
}
^
two errors found