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
importBNfrom"bn.js";classMyBNextendsBN{doSomething(){console.log("HELLO");}}consta=newMyBN(newBN(123));console.log(a.toString());// this works, logs 123a.doSomething();
Expected:
Logs HELLO
Actual:
Doesn't log anything on the doSomething line.
Expected:
Logs HELLO
Actual:
Doesn't log anything on the
doSomething
line.Repro:
https://codesandbox.io/s/508mm5zz5l
Notes:
Using typescript 3.0.1
The text was updated successfully, but these errors were encountered: