summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-24 12:08:39 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-10-24 12:08:39 +0200
commit847f47780366dd649bea3e61bf53b064f1567b6c (patch)
tree63f62f22d927a90e03ab7942c8e5f15b3074e122 /test/files/run/programmatic-main.check
parentb401eb55d9041913fa8d6b28955d92776e6df803 (diff)
downloadscala-847f47780366dd649bea3e61bf53b064f1567b6c.tar.gz
scala-847f47780366dd649bea3e61bf53b064f1567b6c.tar.bz2
scala-847f47780366dd649bea3e61bf53b064f1567b6c.zip
Update description of explicitouter phase.
Patern translation now happens earlier.
Diffstat (limited to 'test/files/run/programmatic-main.check')
-rw-r--r--test/files/run/programmatic-main.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/programmatic-main.check b/test/files/run/programmatic-main.check
index 10d2ed5af7..cfa3ed3fb4 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -12,7 +12,7 @@ superaccessors 6 add super accessors in traits and nested classes
uncurry 10 uncurry, translate function values to anonymous classes
tailcalls 11 replace tail calls by jumps
specialize 12 @specialized-driven class and method specialization
- explicitouter 13 this refs to outer pointers, translate patterns
+ explicitouter 13 this refs to outer pointers
erasure 14 erase types, add interfaces for traits
posterasure 15 clean up erased inline classes
lazyvals 16 allocate bitmaps, translate lazy vals into lazified defs