Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser committed Mar 27, 2021
1 parent efc3947 commit 14c0cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

package zio

private[zio] trait VersionSpecific {
private[zio] trait IntersectionTypeCompat {
type &[+A, +B] = A with B
}

0 comments on commit 14c0cb3

Please sign in to comment.