From b2bec5a1355bd271bed86b071823a64eeafc0618 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Wed, 12 Dec 2012 16:56:22 +0100 Subject: SI-6809 Forbids deprecated case class definitions without parameter list This has been deprecated since at least 2.7.7, so it should be good to go. --- test/scaladoc/resources/Trac4325.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scaladoc/resources') diff --git a/test/scaladoc/resources/Trac4325.scala b/test/scaladoc/resources/Trac4325.scala index ffb968d571..ccc2f1900a 100644 --- a/test/scaladoc/resources/Trac4325.scala +++ b/test/scaladoc/resources/Trac4325.scala @@ -1,5 +1,5 @@ -case class WithSynthetic +case class WithSynthetic() -case class WithObject +case class WithObject() object WithObject -- cgit v1.2.3