summaryrefslogtreecommitdiff
path: root/test/files/run/elidable.check
diff options
context:
space:
mode:
authorSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-02-19 20:50:22 +0100
committerSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-02-19 21:37:46 +0100
commit5e52ce9a13f12ef159e25ac80c6be2803ec48950 (patch)
treeb32e8887c21dc3760695eb9e7f1a728f5c95f62c /test/files/run/elidable.check
parentcf0ae72aae43dae1e47489fceb684e5448080736 (diff)
downloadscala-5e52ce9a13f12ef159e25ac80c6be2803ec48950.tar.gz
scala-5e52ce9a13f12ef159e25ac80c6be2803ec48950.tar.bz2
scala-5e52ce9a13f12ef159e25ac80c6be2803ec48950.zip
Fix for SI-5215: scalac crash when @elidable used in trait
The elision is now done by not emitting method calls (it was done by removing the elidable methods).
Diffstat (limited to 'test/files/run/elidable.check')
-rw-r--r--test/files/run/elidable.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/run/elidable.check b/test/files/run/elidable.check
index 4ce04f0040..9ce2f8c18a 100644
--- a/test/files/run/elidable.check
+++ b/test/files/run/elidable.check
@@ -1 +1,4 @@
-Good for me, I was not elided.
+Good for me, I was not elided. Test.f3
+Good for me, I was not elided. O.f3
+Good for me, I was not elided. C.f1
+Good for me, I was not elided. C.f2 \ No newline at end of file