Tests: converting Java to Kotlin and back.

This commit is contained in:
Evgeny Gerashchenko
2014-10-24 14:48:47 +04:00
parent c0b0a17256
commit 86dd7ec880
13 changed files with 96 additions and 1 deletions
@@ -0,0 +1,5 @@
class Usage {
void usage() {
new TheClass().doStuff();
}
}