[Bug][Compiler-v2] incorrect type of an empty vector constant leads to STLOC_TYPE_MISMATCH_ERROR #13201
Labels
bug
Something isn't working
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
🐛 Bug
When compiling the following code:
The following error will be generated:
However the error will not be generated if
KEYS
is replaced byvector[]
in the code. Also, although the error is triggered by the second let statement but if the first let statement is remove, there will be no error.The text was updated successfully, but these errors were encountered: