Commits

Roman Levenstein committed ae53c1c2191
Fix a bug in LetPropertiesOptPass The optimization should not proceed if there is more than one assignment to a let property inside an initializer. In this case, the value of the let property is considered unknown.