summaryrefslogtreecommitdiff
path: root/test/files/run/compiler-asSeenFrom.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-08-16 15:03:33 -0700
committerPaul Phillips <paulp@improving.org>2012-09-01 20:17:23 -0700
commit455526f52c0d7a98f2b0bef8f29e7fb542bfe600 (patch)
tree2d9f9452064409bff1a20f9c87985b63abd7fe29 /test/files/run/compiler-asSeenFrom.check
parent75ee65451e9cc6a2f8dcae2b10202a95d99de686 (diff)
downloadscala-455526f52c0d7a98f2b0bef8f29e7fb542bfe600.tar.gz
scala-455526f52c0d7a98f2b0bef8f29e7fb542bfe600.tar.bz2
scala-455526f52c0d7a98f2b0bef8f29e7fb542bfe600.zip
Large logging cleanup effort.
Quieted down many logging statements which contribute disproportionate noise. Made others emit something more sensible. Spent lots of time on the inliner trying to find a regular format to make the logs more readable. Long way to go here but it'd be so worth it to have readable logs instead of mind-numbing indiscriminate text dumps.
Diffstat (limited to 'test/files/run/compiler-asSeenFrom.check')
-rw-r--r--test/files/run/compiler-asSeenFrom.check12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/run/compiler-asSeenFrom.check b/test/files/run/compiler-asSeenFrom.check
index 96e257d303..47d40b0331 100644
--- a/test/files/run/compiler-asSeenFrom.check
+++ b/test/files/run/compiler-asSeenFrom.check
@@ -269,8 +269,8 @@ value jZ { // after parser
value jZ { // after explicitouter
protected val $outer: D.this.type
- val ll$D$J$$$outer(): D.this.type
- val ll$C$I$$$outer(): C.this.type
+ val $outer(): D.this.type
+ val $outer(): C.this.type
def thisI(): I.this.type
def thisC(): C.this.type
def t2(): T2
@@ -279,9 +279,9 @@ value jZ { // after explicitouter
value jZ { // after erasure
protected val $outer: ll.D
- val ll$D$J$$$outer(): ll.D
+ val $outer(): ll.D
protected val $outer: ll.C
- val ll$C$I$$$outer(): ll.C
+ val $outer(): ll.C
def thisI(): ll.C#I
def thisC(): ll.C
def t2(): Object
@@ -290,9 +290,9 @@ value jZ { // after erasure
value jZ { // after flatten
protected val $outer: ll.D
- val ll$D$J$$$outer(): ll.D
+ val $outer(): ll.D
protected val $outer: ll.C
- val ll$C$I$$$outer(): ll.C
+ val $outer(): ll.C
def thisI(): ll.C#C$I
def thisC(): ll.C
def t2(): Object