From c4a59834b97f9db5cb75e0f3e5bf268faff52383 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Mon, 27 Jul 2009 18:36:37 +0000 Subject: Fix for another positions issue; added some pos... Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item. --- test/files/positions/Enclosing3.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/positions/Enclosing3.scala (limited to 'test/files/positions/Enclosing3.scala') diff --git a/test/files/positions/Enclosing3.scala b/test/files/positions/Enclosing3.scala new file mode 100644 index 0000000000..a6fbd4bb20 --- /dev/null +++ b/test/files/positions/Enclosing3.scala @@ -0,0 +1 @@ +class Enclosing3[T <% String] {} -- cgit v1.2.3