Added multi-module tests on incremental compilation.
Changing code wasn't required, Java's incremental caches were enough.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package a
|
||||
|
||||
open class A
|
||||
|
||||
class AA: b.BB()
|
||||
Reference in New Issue
Block a user