From 5e52ce9a13f12ef159e25ac80c6be2803ec48950 Mon Sep 17 00:00:00 2001 From: Szabolcs Berecz Date: Sun, 19 Feb 2012 20:50:22 +0100 Subject: 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). --- test/files/run/elidable.check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/files/run/elidable.check') 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 -- cgit v1.2.3