From 996f47d48c3c10c51da58558643ec02844e45687 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 16 May 2014 14:00:49 +0200 Subject: tests t26xx --- tests/pos/t2665.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pos/t2665.scala (limited to 'tests/pos/t2665.scala') diff --git a/tests/pos/t2665.scala b/tests/pos/t2665.scala new file mode 100644 index 000000000..e46453534 --- /dev/null +++ b/tests/pos/t2665.scala @@ -0,0 +1,3 @@ +object Test { + val x: Unit = Array("") +} -- cgit v1.2.3