Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2845-Error-in-CollectionflatCollect-b-as-String #4594

Commits on Sep 13, 2019

  1. Fixes pharo-project#2845

    The reason for the error  is that the method `#flatCollect:as:` inserts elements into the collection type given as second argument. String is immutable, so that is not possible.
    kasperosterbye committed Sep 13, 2019
    Copy the full SHA
    13a9eca View commit details
    Browse the repository at this point in the history