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/Enclosing2.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/positions/Enclosing2.scala (limited to 'test/files/positions/Enclosing2.scala') diff --git a/test/files/positions/Enclosing2.scala b/test/files/positions/Enclosing2.scala new file mode 100644 index 0000000000..502df5dc97 --- /dev/null +++ b/test/files/positions/Enclosing2.scala @@ -0,0 +1,5 @@ +object Enclosing2 { + + class C + trait T { this : C => } +} -- cgit v1.2.3