non-working test for class codegen

This commit is contained in:
Dmitry Jemerov
2011-04-15 12:40:02 +02:00
parent c9072a1817
commit e76a227837
4 changed files with 65 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
class SimpleClass {
fun foo() {
return 0;
}
}