summaryrefslogblamecommitdiff
path: root/test/files/run/macro-declared-in-trait.check
blob: 104ff1e99bbee8d2a3f8be81d5b99e6a96b4e322 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                              
prefix = Expr[Nothing]({
  final class $anon extends Object with Base {
    def <init>(): anonymous class $anon = {
      $anon.super.<init>();
      ()
    };
    <empty>
  };
  new $anon()
})
it works
prefix = Expr[Nothing](Macros)
it works
prefix = Expr[Nothing](new Macros())
it works