Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PullUp/testDeletionOfMatchingMethods/out/T.java')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PullUp/testDeletionOfMatchingMethods/out/T.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PullUp/testDeletionOfMatchingMethods/out/T.java b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PullUp/testDeletionOfMatchingMethods/out/T.java
new file mode 100644
index 000000000..22b7239e5
--- /dev/null
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PullUp/testDeletionOfMatchingMethods/out/T.java
@@ -0,0 +1,6 @@
+package p;
+
+team class T extends TSuper{
+ public class R{
+ }
+} \ No newline at end of file

Back to the top