summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-abstract.check
blob: 4b07adcc9530d383cf3ed4fadfd523e576911e47 (plain) (blame)
1
2
3
4
macro-bundle-abstract.scala:5: error: class Bundle$Bundle needs to be abstract, since method deferred in trait Bundle of type => Int is not defined
trait Bundle extends Macro {
      ^
one error found