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
get fun IntMap10_7Value(key: Int, value: Int): Int? {
let intMap10_7: map<Int as int257, Int> = emptyMap(); // maybe here int257 is not valid?
intMap10_7.set(key, value);
return intMap10_7.get(key);
}
No, that's right. The problem starts exactly after adding new getters. At the same time, I left all these getters and deleted some old ones, and everything was compiled successfully.
In order to reproduce this problem, it is necessary to add some more getters in src/test/features/maps.tact:
After that you will start getting an error when trying to compile (yarn run gen:compiler):
The text was updated successfully, but these errors were encountered: