From be46e487134305edae065de00582928c120bcfbb Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 4 Jan 2012 23:47:41 -0800 Subject: Fix for NoSuchMethod in cleanup. Don't assume that just because someone is calling x.toInt and x <: java.lang.Number, that it's a boxed primitive. Closes SI-5356. --- test/files/run/t5356.check | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t5356.check (limited to 'test/files/run/t5356.check') diff --git a/test/files/run/t5356.check b/test/files/run/t5356.check new file mode 100644 index 0000000000..21c4aef07b --- /dev/null +++ b/test/files/run/t5356.check @@ -0,0 +1,6 @@ +1 scala.runtime.RichInt +1 scala.runtime.RichInt +1 scala.math.BigInt +1 scala.runtime.RichDouble +1 scala.runtime.RichFloat +1 -- cgit v1.2.3