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
Error:
/usr/local/ponyc/packages/collections/list.pony:247:10: not enough type arguments
fun map[B](f: {(this->A!): B^} box): List[B]^ =>
^
Info:
/usr/local/ponyc/packages/collections/list.pony:247:10: definition is here
fun map[B](f: {(this->A!): B^} box): List[B]^ =>
^
The error message shows the method definition rather than the location of the error.
The text was updated successfully, but these errors were encountered:
Code:
Output:
The error message shows the method definition rather than the location of the error.
The text was updated successfully, but these errors were encountered: