Initial java facade tests

This commit is contained in:
Maxim Shafirov
2011-12-22 15:33:34 +03:00
parent 2274ab48ab
commit 14862f7d39
3 changed files with 77 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace foo
class TheClass() {
class object {
val out = System.out
}
}