Baby steps for incremental compilation.

This commit is contained in:
Evgeny Gerashchenko
2014-01-22 23:38:57 +04:00
parent 9e22c29825
commit 5acd054c72
16 changed files with 226 additions and 19 deletions
@@ -0,0 +1,8 @@
package test
class Foo {
fun f() {
Bar()
}
class Boo
}