Implement Kotlin usage classification

This commit is contained in:
Alexey Sedunov
2013-06-27 16:35:17 +04:00
parent 6e513f067f
commit 21d6666c26
26 changed files with 648 additions and 49 deletions
@@ -0,0 +1,8 @@
import testing.*;
class Client {
public void foo() {
Server server = new Server();
server.processRequest();
}
}