We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
class Derived
final
1 parent 27ff076 commit 5ac869dCopy full SHA for 5ac869d
modules/core/src/main/scala/doobie/util/Derived.scala
@@ -4,4 +4,4 @@
4
5
package doobie.util
6
7
-class Derived[+I](val instance: I) extends AnyVal
+final class Derived[+I](val instance: I) extends AnyVal
0 commit comments