zio / zio-intellij

A companion IntelliJ IDEA plugin for the ZIO library ecosystem.
Apache License 2.0
210 stars 40 forks source link

Support ZLayer in NothingInContravariantPositionInspection #472

Closed hmemcpy closed 1 month ago

hmemcpy commented 1 month ago

Inspects ZLayer when mistakingly using Nothing in the RIn position (i.e. ZLayer[Nothing, Nothing, Unit])