We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bloop is reporting unreachable code in wrong place
unreachable code
sealed trait ItemsEventApi extends InstapEventApi { def timestamp: Instant } object ItemsEventApi { implicit val format: Format[ItemsEventApi] = Json.format }