Baby steps for incremental compilation.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
class Foo {
|
||||
fun f() {
|
||||
Bar()
|
||||
}
|
||||
|
||||
class Boo
|
||||
}
|
||||
Reference in New Issue
Block a user