Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test99/in/C.java')
-rw-r--r--testplugins/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test99/in/C.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test99/in/C.java b/testplugins/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test99/in/C.java
new file mode 100644
index 000000000..4dd423fe9
--- /dev/null
+++ b/testplugins/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test99/in/C.java
@@ -0,0 +1,7 @@
+
+package p;
+
+
+public class C {
+ public void foo () {}
+}

Back to the top