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
third_party/move/move-compiler-v2/tests/checking/typing/constant_allowed_but_not_supported.exp
V2 does not complain about the use of const names in other consts.
third_party/move/move-compiler-v2/tests/checking/typing/recursive_constant.exp
which shows totally unexpected code generated by V2 in the case of recursive constants.
This needs to be fixed.
The text was updated successfully, but these errors were encountered:
🐛 Bug
See the test outputs:
V2 does not complain about the use of const names in other consts.
In PR #14578 I'm adding a new test case
which shows totally unexpected code generated by V2 in the case of recursive constants.
This needs to be fixed.
The text was updated successfully, but these errors were encountered: