You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR TS2304: Cannot find name 'U64'.
static addLo(a: U64, b: U64): U64 {
~~~
in main.ts(10,20)
ERROR TS2304: Cannot find name 'U64'.
static addLo(a: U64, b: U64): U64 {
~~~
in main.ts(10,20)
ERROR TS2322: Type 'void' is not assignable to type '<auto>'.
var c = safe.U64.addLo(a, b);
~~~~~~~~~~~
in main.ts(18,17)
...
The text was updated successfully, but these errors were encountered:
MaxGraey
changed the title
Problems with calling contructor and methods from class under namespace
Problems with calling methods from class under namespace
Jun 4, 2018
Just synthetic minimal example:
Output errors:
The text was updated successfully, but these errors were encountered: