summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-nontree.check
blob: a1c713958013a07676c778186a03b3ff6d2fb7e1 (plain) (blame)
1
2
3
4
5
6
Macros_1.scala:2: error: type mismatch;
 found   : Int(2)
 required: _context.Tree
  def macro foo = 2
                  ^
one error found