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