Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameType/testRenameImplicitSubRoles1/in/T3.java')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameType/testRenameImplicitSubRoles1/in/T3.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameType/testRenameImplicitSubRoles1/in/T3.java b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameType/testRenameImplicitSubRoles1/in/T3.java
new file mode 100644
index 000000000..be272b2af
--- /dev/null
+++ b/testplugins/org.eclipse.objectteams.otdt.ui.tests.refactoring/testdata/RenameType/testRenameImplicitSubRoles1/in/T3.java
@@ -0,0 +1,12 @@
+package p;
+
+public team class T3 extends T2
+{
+ public class R1
+ {
+ }
+
+ public class R2
+ {
+ }
+} \ No newline at end of file

Back to the top