Files
kotlin-fork/jps/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/module2_B.kt
T
Alexey Tsvetkov c8f50089a8 Fix issues with incremental cache version change
#KT-9360 fixed

Original commit: a564724fa8
2015-10-13 16:12:15 +03:00

5 lines
38 B
Kotlin

package b
class B {
val x = a.X
}