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

3 lines
39 B
Kotlin
Vendored

val x: Int
get() = 1
fun getX() = 1