Browse Source

rtl: less hints

mattias 3 weeks ago
parent
commit
ac0ed90ec1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/src/js.pas

+ 1 - 1
packages/rtl/src/js.pas

@@ -1113,7 +1113,7 @@ type
   { TJSBigIntHelper }
   { TJSBigIntHelper }
 
 
   TJSBigIntHelper = type helper for TJSBigint
   TJSBigIntHelper = type helper for TJSBigint
-    class function new(aValue : JSValue) : TJSBigInt; static;
+    class function new(aValue : JSValue) : TJSBigInt; overload; static;
   end;
   end;
 
 
   { TJSAtomicWaitResult }
   { TJSAtomicWaitResult }