summaryrefslogtreecommitdiff
path: root/test/files/run/macro-term-declared-in-trait.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-term-declared-in-trait.check')
-rw-r--r--test/files/run/macro-term-declared-in-trait.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-term-declared-in-trait.check b/test/files/run/macro-term-declared-in-trait.check
index 0d70ac74f3..0f3756ddb6 100644
--- a/test/files/run/macro-term-declared-in-trait.check
+++ b/test/files/run/macro-term-declared-in-trait.check
@@ -1,6 +1,6 @@
prefix = Expr[Nothing]({
final class $anon extends AnyRef with Base {
- def <init>(): anonymous class $anon = {
+ def <init>(): <$anon: Base> = {
$anon.super.<init>();
()
};