From a7db64605e84cd18a29eb63569a3832e62fc5d82 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Fri, 14 Nov 2008 22:17:56 +0000 Subject: Fix and test for #1513 --- test/files/run/interpreter.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run/interpreter.scala') diff --git a/test/files/run/interpreter.scala b/test/files/run/interpreter.scala index d68b6f6632..f5ce68a1b9 100644 --- a/test/files/run/interpreter.scala +++ b/test/files/run/interpreter.scala @@ -22,6 +22,8 @@ trait PointlessTrait val (x,y) = (2,3) println("hello") +// ticket #1513 +val t1513 = Array(null) // ambiguous toString problem from #547 val atom = new scala.xml.Atom() // overriding toString problem from #1404 -- cgit v1.2.3