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

7 lines
55 B
Kotlin
Vendored

package D
import c.C
open class D {
val c = C()
}