Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameVirtualMethodInClass/testUpdateImplicitlyInheritedAndOverridingPrivateMethod1/out/T2.java')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameVirtualMethodInClass/testUpdateImplicitlyInheritedAndOverridingPrivateMethod1/out/T2.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameVirtualMethodInClass/testUpdateImplicitlyInheritedAndOverridingPrivateMethod1/out/T2.java b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameVirtualMethodInClass/testUpdateImplicitlyInheritedAndOverridingPrivateMethod1/out/T2.java
new file mode 100644
index 000000000..8623dd737
--- /dev/null
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameVirtualMethodInClass/testUpdateImplicitlyInheritedAndOverridingPrivateMethod1/out/T2.java
@@ -0,0 +1,9 @@
+package p;
+
+public team class T2 extends T1
+{
+ public class R1
+ {
+ private void k(){}
+ }
+}

Back to the top