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

Using `catch(arg, excno)` highlights catch arguments as undefined variables #178

Closed unserialize closed 1 month ago

unserialize commented 1 month ago
    try {
       ...
    } catch(_, excNo) {
        return excNo;  // IDE highlights this (and above) in red, as undefined
    }
andreypfau commented 1 month ago

Fixed in 2.2.2