SR-15670 'let' property reinitialization checking is flow-insensitive
Issue Description:
When initializing a struct, having a conditional call to another init followed by an early return produces a compilation error about whether the struct was properly initialized.
Additional Detail from JIRA
md5: b3efc2af15234adf6e9b4959548a8d2d
is duplicated by:
Issue Description:
When initializing a struct, having a conditional call to another init followed by an early return produces a compilation error about whether the struct was properly initialized.
Reproducer:
https://gist.github.com/milseman/d8360121856f4780bd5172cc94f96251
S1 has the error, S2 does not.
The text was updated successfully, but these errors were encountered: