You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've noticed that thing in master and type-inference-wip branches. For example com.paypal.android.p2pmobile.wallet.banksandcards.utils.EnterCardFragmentUtils
Hi,
I've noticed that thing in master and type-inference-wip branches. For example
com.paypal.android.p2pmobile.wallet.banksandcards.utils.EnterCardFragmentUtils
It seems that
booleanExpr ^ true
is useless and can be removed, butbooleanExpr ^ false
could be replaced with!booleanExpr
APK: https://drive.google.com/open?id=1pdmRyrp6rDEoYsTJn5RLhv39xXRq5Ksh
The text was updated successfully, but these errors were encountered: