From 135ec1392770b301925e2e9c660f7a67e4615ee9 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Fri, 15 Jan 2010 14:12:20 +0000 Subject: Fixes for various Scaladoc-related positions re... Fixes for various Scaladoc-related positions regressions with tests. Review by dubochet. --- test/files/positions/Scaladoc7.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/positions/Scaladoc7.scala (limited to 'test/files/positions/Scaladoc7.scala') diff --git a/test/files/positions/Scaladoc7.scala b/test/files/positions/Scaladoc7.scala new file mode 100644 index 0000000000..6175222e3f --- /dev/null +++ b/test/files/positions/Scaladoc7.scala @@ -0,0 +1,6 @@ +object Scaladoc7 { + /** + * Foo + */ + val Pair(i, j) = (1, 2) +} -- cgit v1.2.3