Commits

Joe Groff committed e6d1344a315
SILGen: Fix incorrect formal type. Noticed by inspection. The `self` parameter in an initializer never requires lvalue reabstraction in practice, so this should be NFC (otherwise we would have noticed it was broken already).