Add test resource for commit 7ce1dfcfcafa57052500d5791b03d5b1e8868d82
diff --git a/testplugins/org.eclipse.objectteams.otdt.tests/workspace/CodeSelection/src/teampkg1/T7.java b/testplugins/org.eclipse.objectteams.otdt.tests/workspace/CodeSelection/src/teampkg1/T7.java
new file mode 100644
index 0000000..2710ae3
--- /dev/null
+++ b/testplugins/org.eclipse.objectteams.otdt.tests/workspace/CodeSelection/src/teampkg1/T7.java
@@ -0,0 +1,16 @@
+package teampkg1;
+
+import java.util.Set;
+
+public team class T7
+{
+    public class R1
+    {
+    	public void collect(Set<String> strings) {
+    		
+    	}
+    }
+    public void run(R1 r, Set<String> strings) {
+    	r.collect(strings);
+    }
+}
\ No newline at end of file