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
Hi, there. I have found an issue about uml tool. The source contract is:
contractAisBase {
using SafeMathfor*;
//...
}
When I click uml link, no diagram is rendered and there is an error in the output:
After searching the source code, I think maybe there is a bug in the following code snippet.
Hi, there. I have found an issue about
uml
tool. The source contract is:When I click
uml
link, no diagram is rendered and there is an error in the output:After searching the source code, I think maybe there is a bug in the following code snippet.
function getVariableDeclarationType(node) {
Can anyone have a look? Thanks.
The text was updated successfully, but these errors were encountered: