From b57abb7bfefdc8b1c07742cd01ab2b620bcc018a Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Wed, 14 Oct 2009 22:10:20 +0000 Subject: Scaladoc comment position fixes with tests; sca... Scaladoc comment position fixes with tests; scaladoc comment postions are now accessible by symbol; respond retry in interactive Global is now handled properly. --- test/files/positions/Scaladoc4.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/positions/Scaladoc4.scala (limited to 'test/files/positions/Scaladoc4.scala') diff --git a/test/files/positions/Scaladoc4.scala b/test/files/positions/Scaladoc4.scala new file mode 100644 index 0000000000..133cde1c85 --- /dev/null +++ b/test/files/positions/Scaladoc4.scala @@ -0,0 +1,8 @@ +object Scaladoc4 { + /** + * Foo + */ + 2+2 + + def f {} +} -- cgit v1.2.3