/RedeclarationThroughDestructuring.kt:7:14: error: Conflicting declarations:
local val b: String
local val b: Int

/RedeclarationThroughDestructuring.kt:7:17: error: Conflicting declarations:
local val b: String
local val b: Int
