Moved injava handler test data.

This commit is contained in:
Evgeny Gerashchenko
2013-08-23 00:02:10 +04:00
committed by Pavel V. Talanov
parent a75490803a
commit d502c5af64
4 changed files with 1 additions and 1 deletions
@@ -0,0 +1,7 @@
import jettesting.ClassFromJet;
public class Testing {
public static void test() {
ClassFromJet
}
}
@@ -0,0 +1,5 @@
public class Testing {
public static void test() {
ClassFr<caret>
}
}
@@ -0,0 +1,4 @@
package jettesting
class ClassFromJet {
}