From 97515089566b5f138d3a5cb73769d54178d210d4 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 29 Mar 2010 12:53:07 +0000 Subject: Closes #2386 by requiring class manifests for a... Closes #2386 by requiring class manifests for an array element type if a class manifaest for the array type is demanded. Review by dubochet. --- test/files/neg/t2386.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/neg/t2386.scala (limited to 'test/files/neg/t2386.scala') diff --git a/test/files/neg/t2386.scala b/test/files/neg/t2386.scala new file mode 100644 index 0000000000..56146cc5c3 --- /dev/null +++ b/test/files/neg/t2386.scala @@ -0,0 +1,3 @@ +object Test { + val a = Array(Array(1, 2), Array("a","b")) +} -- cgit v1.2.3