From 8709b52eef9a0c0b2600664e38e01af3423e93f6 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Sat, 6 Aug 2011 12:48:48 +0000 Subject: Some "synthetic" code don't have RangePosition. --- test/scaladoc/resources/SI_4287.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/scaladoc/resources/SI_4287.scala (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/SI_4287.scala b/test/scaladoc/resources/SI_4287.scala new file mode 100644 index 0000000000..9846db466d --- /dev/null +++ b/test/scaladoc/resources/SI_4287.scala @@ -0,0 +1,6 @@ +class ClassWithSugar(val x: Int = 123) { +} + +class ClassWithoutSugar { + def this(x: Int = 456) = this() +} -- cgit v1.2.3