From 55c6fd40702244e1835581a67103efdd2fd93dd4 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 13 Sep 2013 14:05:03 -0700 Subject: Widen type of outer accessor. This is the key ingredient so TypeTree(sym) can resist widening the type. --- test/files/run/compiler-asSeenFrom.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/run') diff --git a/test/files/run/compiler-asSeenFrom.check b/test/files/run/compiler-asSeenFrom.check index 7305504115..a1826c2784 100644 --- a/test/files/run/compiler-asSeenFrom.check +++ b/test/files/run/compiler-asSeenFrom.check @@ -363,8 +363,8 @@ value jZ { // after parser value jZ { // after explicitouter protected val $outer: D.this.type - val $outer(): D.this.type - val $outer(): C.this.type + val $outer(): ll.D[T3] + val $outer(): ll.C[T1] def thisI(): I.this.type def thisC(): C.this.type def t2(): T2 -- cgit v1.2.3