Skip to content

position error with infix notation #175

Open
@sksamuel

Description

@sksamuel

A combination of implicit wrapper, type parameter, typetag, and infix notation causes an issue:

bad:

val localPort = config getOption[Boolean] "local-port-header" collect {

ok:

val localPort = config.getOption[Boolean]("local-port-header") collect {

See original issue here: scoverage/sbt-scoverage#156

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions