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

tact erros: `Unresolved reference: toCell`, `Type mismatch expected Bool, found Int`, `Unresolved reference: require ` and `Unresolved reference: ton` #173

Closed kolirt closed 2 months ago

kolirt commented 2 months ago

Why i have these errors in tact fiels?

image image image image

andreypfau commented 2 months ago

https://github.com/tact-lang/tact/issues/293

andreypfau commented 2 months ago

About false-positives in type checking, its still have some bugs, you can disable it in "Inspections":

image