From 6a93c709adf7be701c8518cc5eb3b7f9396cadbe Mon Sep 17 00:00:00 2001 From: NAME Date: Tue, 1 Apr 2008 09:18:11 +0000 Subject: Pending test for #673, #695 --- test/pending/pos/t0695/JavaClass.java | 5 +++++ test/pending/pos/t0695/Test.scala | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 test/pending/pos/t0695/JavaClass.java create mode 100644 test/pending/pos/t0695/Test.scala (limited to 'test/pending/pos/t0695') diff --git a/test/pending/pos/t0695/JavaClass.java b/test/pending/pos/t0695/JavaClass.java new file mode 100644 index 0000000000..a765f7e324 --- /dev/null +++ b/test/pending/pos/t0695/JavaClass.java @@ -0,0 +1,5 @@ +public class JavaClass { + class InnerClass { + public A method() { return null; } + } +} diff --git a/test/pending/pos/t0695/Test.scala b/test/pending/pos/t0695/Test.scala new file mode 100644 index 0000000000..7318867bf7 --- /dev/null +++ b/test/pending/pos/t0695/Test.scala @@ -0,0 +1,3 @@ +object Test extends JavaClass[AnyRef] { + var field: InnerClass = null +} -- cgit v1.2.3