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

4 lines
110 B
Kotlin
Vendored

<!CONFLICTING_JVM_DECLARATIONS!>val x: Int<!>
get() = 1
<!CONFLICTING_JVM_DECLARATIONS!>fun getX()<!> = 1