summaryrefslogtreecommitdiff
path: root/src/test/java/cristophe/Test.oj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/cristophe/Test.oj')
-rw-r--r--src/test/java/cristophe/Test.oj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/java/cristophe/Test.oj b/src/test/java/cristophe/Test.oj
new file mode 100644
index 0000000..accd283
--- /dev/null
+++ b/src/test/java/cristophe/Test.oj
@@ -0,0 +1,24 @@
+package cristophe;
+
+public class Test instantiates SigPrintClass
+{
+ public void f() {
+ }
+
+ public String g(String s, int i) {
+ return null;
+ }
+
+}
+
+
+class Test2 instantiates SigPrintClass
+{
+ public void f() {
+ }
+
+ public String g(String s, int i) {
+ return null;
+ }
+
+}