Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/topLevelDifferentFiles.kt
T

6 lines
70 B
Kotlin
Vendored

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