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.
1 parent 8ce1d6c commit b0f9db4Copy full SHA for b0f9db4
commons-mongo/jvm/src/main/scala-2.12/com/avsystem/commons/mongo/typed/MongoPolyDataCompanion.scala
@@ -5,6 +5,6 @@ package mongo.typed
5
// This serves only to avoid writing macro code cross-compiled for Scala 2.12
6
private trait AbstractMongoPolyDataCompanion {
7
trait macroDslExtensions {
8
- def as[C <: D[T]]: C = sys.error("stub")
+ def as[C]: C = sys.error("stub")
9
}
10
0 commit comments