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
In pyk.kcfg.kcfg.py, the create_ndbranch function says that the key of KCFG._ndbranches should be of type KCFG.NDBranch. However, it is mistakenly annotated as NDBranch, which actually points to class NDBranch(KCFGExtendResult). There are lots of wrong annotations like this in that file and as a result I get lots of error from lsp.
The text was updated successfully, but these errors were encountered:
In
pyk.kcfg.kcfg.py
, thecreate_ndbranch
function says that the key ofKCFG._ndbranches
should be of typeKCFG.NDBranch
. However, it is mistakenly annotated asNDBranch
, which actually points toclass NDBranch(KCFGExtendResult)
. There are lots of wrong annotations like this in that file and as a result I get lots of error from lsp.The text was updated successfully, but these errors were encountered: