Tests: converting Java to Kotlin and back.

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