From e22d801a539f951422e91519844c7cb9ce81b413 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Thu, 24 Jan 2013 16:36:23 -0800 Subject: Test case for SI-7009. The next commit fixes the problem itself and it's easier to see in diff what's being fixed exactly. --- test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala (limited to 'test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala') diff --git a/test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala b/test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala new file mode 100644 index 0000000000..58fa536f0b --- /dev/null +++ b/test/files/jvm/throws-annot-from-java/PolymorphicException_1.scala @@ -0,0 +1,3 @@ +package test + +class PolymorphicException[T] extends Exception -- cgit v1.2.3