You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test("This does not compile") {
import io.circe.Json
import io.circe.literal.json
case class Wrapper(json: Json)
expect(Wrapper(json"{}").json == Json.obj())
}
This does not compile:
error:
Whereas this does:
The text was updated successfully, but these errors were encountered: