b00858a886
If the scope for a local variable is started before a value has been written, another value from a previous use of the local slot can be present. That value could have a different type which would lead to weird debugging situations and also leads to other tools (such as D8) rejecting the locals information as it is invalid. Fixes KT-33959.