summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-11-08 11:28:06 -0800
committerJames Iry <jamesiry@gmail.com>2013-11-08 11:28:06 -0800
commit2af25d797ed34997f0b08e5350774f19b32c6bdd (patch)
tree23f9ff37c5d36b007e11ac6e4e9ea4c34a466840 /test
parent4cdce8546181d96db1b982f00ff4cd229aa0bd2f (diff)
parent5e0dc87e7c124ccd0a4b3456e16756844cee4fd9 (diff)
downloadscala-2af25d797ed34997f0b08e5350774f19b32c6bdd.tar.gz
scala-2af25d797ed34997f0b08e5350774f19b32c6bdd.tar.bz2
scala-2af25d797ed34997f0b08e5350774f19b32c6bdd.zip
Merge pull request #3094 from retronym/topic/erasure-opt
Avoid needless TypeRef allocation during erasure.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/t6028.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t6028.check b/test/files/run/t6028.check
index b37bf51d73..a6c4db8f11 100644
--- a/test/files/run/t6028.check
+++ b/test/files/run/t6028.check
@@ -24,7 +24,7 @@ package <empty> {
(new <$anon: Function0>(T.this, tryyParam, tryyLocal): Function0)
}
};
- @SerialVersionUID(0) final <synthetic> class $anonfun$foo$1 extends runtime.AbstractFunction0$mcI$sp with Serializable {
+ @SerialVersionUID(0) final <synthetic> class $anonfun$foo$1 extends scala.runtime.AbstractFunction0$mcI$sp with Serializable {
def <init>($outer: T, methodParam$1: Int, methodLocal$1: Int): <$anon: Function0> = {
$anonfun$foo$1.super.<init>();
()
@@ -60,7 +60,7 @@ package <empty> {
};
scala.this.Predef.print(scala.Int.box(barParam$1))
};
- @SerialVersionUID(0) final <synthetic> class $anonfun$tryy$1 extends runtime.AbstractFunction0$mcV$sp with Serializable {
+ @SerialVersionUID(0) final <synthetic> class $anonfun$tryy$1 extends scala.runtime.AbstractFunction0$mcV$sp with Serializable {
def <init>($outer: T, tryyParam$1: Int, tryyLocal$1: runtime.IntRef): <$anon: Function0> = {
$anonfun$tryy$1.super.<init>();
()