Summary: Associations in map patterns should only be exact (`:=`). We did not validate this previously (D28832961 (master65884018dc
)), because we didn't have certain AST transformation passes that would eliminate some special functions that allowed invalid association kinds (later removed by transformation). However, with D29103633 (25711189a8
), we get the AST from a different source and these invalid cases are removed, so the check is added. Reviewed By: mmarescotti Differential Revision: D29162325 fbshipit-source-id: a47d9f05d
parent
25711189a8
commit
b9a04a6537
Loading…
Reference in new issue