Files
kotlin-fork/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/module2_B.kt
T
2015-10-13 16:12:15 +03:00

5 lines
38 B
Kotlin
Vendored

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