From 29a8a8f77998b640f5083e87cd735301dd63922a Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Wed, 8 Oct 2008 14:30:28 +0000 Subject: Moved successful tests from pending. --- test/files/pos/t0695/JavaClass.java | 5 +++++ test/files/pos/t0695/Test.scala | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 test/files/pos/t0695/JavaClass.java create mode 100644 test/files/pos/t0695/Test.scala (limited to 'test/files/pos/t0695') diff --git a/test/files/pos/t0695/JavaClass.java b/test/files/pos/t0695/JavaClass.java new file mode 100644 index 0000000000..a765f7e324 --- /dev/null +++ b/test/files/pos/t0695/JavaClass.java @@ -0,0 +1,5 @@ +public class JavaClass { + class InnerClass { + public A method() { return null; } + } +} diff --git a/test/files/pos/t0695/Test.scala b/test/files/pos/t0695/Test.scala new file mode 100644 index 0000000000..7318867bf7 --- /dev/null +++ b/test/files/pos/t0695/Test.scala @@ -0,0 +1,3 @@ +object Test extends JavaClass[AnyRef] { + var field: InnerClass = null +} -- cgit v1.2.3