[TypePromotion] Remove an unreachable 'return false'. NFC
The if and the else above this both return so this is unreachable. Delete it and remove the else after return.
parent
c1a99b2c
Please register or sign in to comment
The if and the else above this both return so this is unreachable. Delete it and remove the else after return.