We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Main.idr
1 parent 5c4ac75 commit 9f5cb9fCopy full SHA for 9f5cb9f
src/Main.idr
@@ -817,7 +817,6 @@ mutual
817
, positional
818
, named
819
] = dartPrimInvoke fn typeArguments positionalTys positional named
820
-
821
dartPrimFnExt
822
(NS _ (UN "prim__dart_new_const"))
823
[ IENull, IENull, IENull, IENull -- erased type arguments
@@ -826,17 +825,15 @@ mutual
826
825
827
828
] = dartPrimNew ty ctorName positional named
829
830
831
(NS _ (UN "prim__dart_new"))
832
833
, ty
834
, IEConstant (Str ctorName)
835
836
837
- , rest
+ , _
838
839
840
841
(NS _ (UN "prim__dart_List_new"))
842
[ elementTy
0 commit comments