summaryrefslogtreecommitdiff
path: root/test/files/run/t6146b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6146b.check')
-rw-r--r--test/files/run/t6146b.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/run/t6146b.check b/test/files/run/t6146b.check
index e08e40d9fa..49ff70697e 100644
--- a/test/files/run/t6146b.check
+++ b/test/files/run/t6146b.check
@@ -43,10 +43,7 @@ mt1: u.Type = O.X.S1.type
scala> global.typeDeconstruct.show(mt1)
res0: String =
TypeRef(
- pre = TypeRef(
- pre = ThisType(object O)
- TypeSymbol(class X extends AnyRef)
- )
+ pre = SingleType(pre = ThisType(object O), object X)
TypeSymbol(class S1 extends C.this.F[T])
)