facebookarchive/prepack
Vedi su GitHubAdapt evaluators to deal with abstract conversion values
Open
#1109 aperta il 27 ott 2017
abstracthelp wantedlevel 3 (medium)test needed
Metriche repository
- Star
- (14.268 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
The evaluators for binary and unary expression already have logic that allows them to deal with abstract operands. This does not cover the case where a concrete operand may become abstract after implicit conversion.
This pull request fixes this for the + operator: #1108. Follow that model for the other operators.