From 1a11aef9c3c3d79cda81bde450bfbb82da747bdb Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Sun, 12 Jun 2011 05:18:31 +0000 Subject: The '#' sign may easily to lead to problems, So... The '#' sign may easily to lead to problems, So we use '_' instead of '#'. Closes #4641. --- test/scaladoc/resources/SI_4641.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/scaladoc/resources/SI_4641.scala (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/SI_4641.scala b/test/scaladoc/resources/SI_4641.scala new file mode 100644 index 0000000000..a5557a78d9 --- /dev/null +++ b/test/scaladoc/resources/SI_4641.scala @@ -0,0 +1,3 @@ +object Foo { + def ### = 123 +} -- cgit v1.2.3