move some test data to separate files

This commit is contained in:
peter.gromov
2010-11-17 17:32:38 +03:00
parent 09b0ff7103
commit a2e6ac1a63
8 changed files with 78 additions and 97 deletions
@@ -0,0 +1,7 @@
public class JavaClass {
<T> T magic() {}
void foo() {
mag<caret>
}
}