summaryrefslogtreecommitdiff
path: root/test/files/neg/compile-time-only-b.check
blob: 8292a0ddebbc7c5a3a747af0f5226191eb2ee84b (plain) (blame)
1
2
3
4
5
6
7
compile-time-only-b.scala:13: error: splice must be enclosed within a reify {} block
  val ignored3 = reify(fortyTwo).splice
                                 ^
compile-time-only-b.scala:14: error: cannot use value except for signatures of macro implementations
  val ignored4 = reify(fortyTwo).value
                                 ^
two errors found