cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 29 forks source link

Fix #130 by using isReferenceToReference helper method #131

Open alshain opened 5 years ago

alshain commented 5 years ago

This should fix #130 by using isReferenceToReference which first does a null check on the result of r.resolve()

stickler-ci commented 5 years ago

I couldn't find a .stickler.yml file in this repository. I can make one for you, or you can create one by following the documentation.

AntoniRokitnicki commented 8 months ago

@alshain I have merged your PR to my fork