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

7 lines
285 B
Plaintext
Vendored

/RedeclarationThroughDestructuring.kt:5:14: error: conflicting declarations: val b: String, val b: Int
val (b, b) = e
^
/RedeclarationThroughDestructuring.kt:5:17: error: conflicting declarations: val b: String, val b: Int
val (b, b) = e
^