ton-blockchain / intellij-ton

TON Development plugin for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/23382-ton
GNU General Public License v3.0
66 stars 8 forks source link

Wrongly assumed unused variable #171

Open TrueCarry opened 2 months ago

TrueCarry commented 2 months ago

image

Contract compiles if query id is declared here. Throws error if query id commented out. I have another query_id declaration inside one of the if branches, this could be related.