Skip to content

Commit

Permalink
Fix ? symbol for Scala 2.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Nov 11, 2021
1 parent c373b23 commit 6ba1e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ object NullSafe {
}

/** @template */
type ? = reset
type `?` = reset

implicit def implicitNullSafe[A <: AnyRef](nullable: A @ ?) = new NullSafe[A](nullable)

Expand Down

0 comments on commit 6ba1e89

Please sign in to comment.