Add tests for class hierarchy incremental recompilation
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
fun useAChild(a: AChild) {
|
||||
a.f()
|
||||
}
|
||||
Reference in New Issue
Block a user