Skip to content

Commit b0f9db4

Browse files
author
Roman Janusz
committed
fix
1 parent 8ce1d6c commit b0f9db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-mongo/jvm/src/main/scala-2.12/com/avsystem/commons/mongo/typed/MongoPolyDataCompanion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ package mongo.typed
55
// This serves only to avoid writing macro code cross-compiled for Scala 2.12
66
private trait AbstractMongoPolyDataCompanion {
77
trait macroDslExtensions {
8-
def as[C <: D[T]]: C = sys.error("stub")
8+
def as[C]: C = sys.error("stub")
99
}
1010
}

0 commit comments

Comments
 (0)