Fix issues with incremental cache version change

#KT-9360 fixed
This commit is contained in:
Alexey Tsvetkov
2015-10-06 22:52:18 +03:00
parent af3f7dfafc
commit a564724fa8
22 changed files with 191 additions and 39 deletions
@@ -0,0 +1,7 @@
package D
import c.C
open class D {
val c = C()
}