Skip to content

Missing space before colon after function parameter #717

@Namek

Description

@Namek

Hi!

By the example here:

  fun mapToObjectError (result : Result(String, a)) : Result(Object.Error, a) {
    Result.mapError(result, (err: String) { Object.Error(err) })
  }

The err: String is missing a space before colon and doesn't show where:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions