Skip to content

Incorrect unreachable code problem #1495

Open
@odwrotnie

Description

@odwrotnie

Bloop is reporting unreachable code in wrong place

The code

sealed trait ItemsEventApi extends InstapEventApi {
  def timestamp: Instant
}
object ItemsEventApi {
  implicit val format: Format[ItemsEventApi] = Json.format
}

Visual Studio Code screenshot

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA defect or misbehaviour.difficulty / hardAny change that is hard to implement.priority / lowAny change that has a low priority to be fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions