Moved general JPS test data to common directory.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import test.*;
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
new Foo().foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user