Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PushDown/testPushedDownMethodIsReferencedInBaseGuard1/in/T.java')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PushDown/testPushedDownMethodIsReferencedInBaseGuard1/in/T.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PushDown/testPushedDownMethodIsReferencedInBaseGuard1/in/T.java b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PushDown/testPushedDownMethodIsReferencedInBaseGuard1/in/T.java
new file mode 100644
index 000000000..8a903bbeb
--- /dev/null
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/PushDown/testPushedDownMethodIsReferencedInBaseGuard1/in/T.java
@@ -0,0 +1,9 @@
+package p;
+
+public team class T {
+ protected class R playedBy B1 {
+ public void m(){}
+ m <- after toString base when(base.b());
+ }
+
+} \ No newline at end of file

Back to the top