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

