From 144143c2970a1e874d74cdbd0f8c622d4282a3c3 Mon Sep 17 00:00:00 2001
From: wisberg <wisberg>
Date: Mon, 16 Dec 2002 18:51:06 +0000
Subject: initial version

---
 tests/base/test107/C1.java | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 tests/base/test107/C1.java

(limited to 'tests/base/test107/C1.java')

diff --git a/tests/base/test107/C1.java b/tests/base/test107/C1.java
new file mode 100644
index 000000000..1393cb85c
--- /dev/null
+++ b/tests/base/test107/C1.java
@@ -0,0 +1,8 @@
+
+import pack1.Foo;
+
+public class C1 {
+    int m() {
+        return 999;
+    }
+}
-- 
cgit v1.2.3