Files
kotlin-fork/jps/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/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

7 lines
55 B
Kotlin

package b
import a.*
open class B {
val a = f()
}