8000 Method dispatch on String.split is too general · Issue #65 · scala-js/scala-js · GitHub
[go: up one dir, main page]

Skip to content
Method dispatch on String.split is too general #65
Closed
@gzm0

Description

@gzm0

The following line should dispatch split on WrappedString (after PIMPing).

println("a?b".split('?').toList)

However, the line yields List("a?b") rather than List("a", "b")

Metadata

Metadata

Assignees

Labels

bugConfirmed bug. Needs to be fixed.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0