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
The dead code analyzer could be improved to support recursive definitions like these:
transition tr4
(
x :
ByStr20with contract
field y : ByStr20with contract
field unused : Uint32, (* should be reported *)
field used : Int32
end
end
)
a <-& x.y;
b <-& a.used
end
The dead code analyzer could be improved to support recursive definitions like these:
See: #1164 (review)
The text was updated successfully, but these errors were encountered: