| what expected |
silent compile. priority is high, because lub seems pretty important!
This is what broke the build earlier today, synthetic methods generated matching code similar to the above. I include the debugging output, just for fun.
lub of List(scala.Option[scala.List[java.lang.String]],scala.List[scala.dbc.statement.Expression])
is scala.Iterable[scala.ScalaObject]{<none>; <none>; <none>; <none>}
src/dbc/scala/dbc/statement/InsertionData.scala:28 error: type mismatch;
found : scala.Option[scala.List[java.lang.String]]
required: scala.Iterable[scala.ScalaObject]{<none>; <none>; <none>; <none>}
case class Constructor (
|