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 dce879d commit c620534Copy full SHA for c620534
src/common/Packages.scala
@@ -24,6 +24,10 @@ trait ScalaOpsPkgExp extends ScalaOpsPkg
24
with FunctionsExp with EqualExp with IfThenElseExp with VariablesExp with WhileExp with TupleOpsExp with ListOpsExp
25
with SeqOpsExp with DSLOpsExp with MathOpsExp with CastingOpsExp with SetOpsExp with ObjectOpsExp with ArrayBufferOpsExp
26
27
+trait ScalaOpsPkgExpOpt extends ScalaOpsPkgExp
28
+ with ArrayOpsExpOpt with BooleanOpsExpOpt with CastingOpsExpOpt with EqualExpOpt with IfThenElseExpOpt
29
+ with ListOpsExpOpt with NumericOpsExpOpt with ObjectOpsExpOpt with OrderingOpsExpOpt with PrimitiveOpsExpOpt
30
+ with StructExpOpt with VariablesExpOpt
31
32
/**
33
* Code gen: each target must define a code generator package.
0 commit comments