Files
kotlin-fork/compiler/testData/diagnostics/tests/overload/RedeclarationThroughDestructuring.fir.diag.txt
T
2023-07-28 13:28:06 +00:00

4 lines
253 B
Plaintext
Vendored

/RedeclarationThroughDestructuring.fir.kt:(133,134): error: Conflicting declarations: [local val b: String, local val b: Int]
/RedeclarationThroughDestructuring.fir.kt:(136,137): error: Conflicting declarations: [local val b: String, local val b: Int]