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();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class Foo() {
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user