From 660c8fd4c89c4f7121d131138c5f9fceaefa4992 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sat, 30 Mar 2013 10:02:34 +0100 Subject: SI-7315 Test @deprecatedInheritance / @specialized interplay Don't warn about the specialized subclass. Fixed in the previous commit for a similar issue SI-7312. --- test/files/pos/t7315.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/pos/t7315.scala (limited to 'test/files/pos/t7315.scala') diff --git a/test/files/pos/t7315.scala b/test/files/pos/t7315.scala new file mode 100644 index 0000000000..0abcea2451 --- /dev/null +++ b/test/files/pos/t7315.scala @@ -0,0 +1,4 @@ +package scala.pack + +@deprecatedInheritance +class C[@specialized A] \ No newline at end of file -- cgit v1.2.3