summaryrefslogtreecommitdiff
path: root/test/files/run/t1167.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2010-11-13 13:31:49 +0000
committerIulian Dragos <jaguarul@gmail.com>2010-11-13 13:31:49 +0000
commitd205bf404fb361de6c8829d8f13d8adcc809e87d (patch)
tree4fab6cd12183a287cdaf20d5700ee6185f492ce5 /test/files/run/t1167.check
parent8c5af3304f8592fbb2fe20db4caf61f1085b8723 (diff)
downloadscala-d205bf404fb361de6c8829d8f13d8adcc809e87d.tar.gz
scala-d205bf404fb361de6c8829d8f13d8adcc809e87d.tar.bz2
scala-d205bf404fb361de6c8829d8f13d8adcc809e87d.zip
Fix InnerClasses attribute: anonymous classes d...
Fix InnerClasses attribute: anonymous classes don't have an outer name. EnclosingMethod is correctly generated. Fixed isAnonymousClass definition. Updated test that depends on anonymous inner class names. Closes (again) #3249, references #2749. review by odersky,extempore.
Diffstat (limited to 'test/files/run/t1167.check')
-rw-r--r--test/files/run/t1167.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t1167.check b/test/files/run/t1167.check
index 885d4c9e26..41e4dc4b70 100644
--- a/test/files/run/t1167.check
+++ b/test/files/run/t1167.check
@@ -1,3 +1,3 @@
-$anon$1
-$anon$2
+Test$$anon$1
+Test$$anon$2
$anonfun$testFunc$1