mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Finishing setting up tests (compiler server).
This commit is contained in:
parent
24d086dedb
commit
7d194f269e
+9
@@ -0,0 +1,9 @@
|
||||
import impl.Service;
|
||||
|
||||
import java.security.Provider;
|
||||
|
||||
class Client {
|
||||
public static void main(String[] args) {
|
||||
new Service(10);
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package impl;
|
||||
public class Service{
|
||||
public Service(int a){}
|
||||
}
|
||||
Reference in New Issue
Block a user