summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-ambiguous.check
blob: 84304964557ecfc0189ac58a6f67f900ca00b68f (plain) (tree)
1
2
3
4
5




                                                                                                        
macro-bundle-ambiguous.scala:13: error: macro implementation reference is ambiguous: makes sense both as
a macro bundle method reference and a vanilla object method reference
  def foo: Unit = macro Macros.impl
                               ^
one error found