From 38a646ce5cf63aee7c5bde6af4f469729820683c Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 13 Nov 2011 16:38:22 +0000 Subject: Sin some more. "Fiddle with lubs and glbs by never considering getClass as a member in a refinement generated from them. In a sense we have justification for this by saying we already treated getClass in an ad-hoc way, so we might as well go all the way." -- m. odersky Closes SI-4846. --- test/files/run/repl-parens.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/repl-parens.scala') diff --git a/test/files/run/repl-parens.scala b/test/files/run/repl-parens.scala index 1baa9c37a5..c1cf9b50e1 100644 --- a/test/files/run/repl-parens.scala +++ b/test/files/run/repl-parens.scala @@ -23,5 +23,7 @@ object Test extends ReplTest { def foo(x: Int)(y: Int)(z: Int) = x+y+z foo(5)(10)(15)+foo(5)(10)(15) +List(1) ++ List('a') + """.trim } \ No newline at end of file -- cgit v1.2.3