Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.kt
T
2015-10-19 16:03:16 +03:00

5 lines
53 B
Kotlin
Vendored

// FILE: a.kt
val x = 1
// FILE: b.kt
fun getX() = 1