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