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/Scaladoc6.scala | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/positions/Scaladoc6.scala (limited to 'test/files/positions/Scaladoc6.scala') diff --git a/test/files/positions/Scaladoc6.scala b/test/files/positions/Scaladoc6.scala new file mode 100644 index 0000000000..8beda625ae --- /dev/null +++ b/test/files/positions/Scaladoc6.scala @@ -0,0 +1,10 @@ +object Scaladoc6 { + { + /** + * Foo + */ + val i = 23 + } + + def f {} +} -- cgit v1.2.3