Files
kotlin-fork/compiler/testData/diagnostics/tests/overload/RedeclarationThroughDestructuring.fir.diag.txt
T
2024-02-21 12:25:22 +00:00

8 lines
247 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