Fix issues with incremental cache version change
#KT-9360 fixed
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package b;
|
||||
|
||||
class C {
|
||||
C() {
|
||||
new B();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user