Closed KishanBagaria closed 2 years ago
This is now fixed:
console.log(new swift.AwesomeClass().foo("a", null))
But this still throws:
console.log(new swift.AwesomeClass().foo("a", undefined)) // throws Error: Parameter 1 should convertible to type String
Could you please confirm that a1e0935 fixes this?
Confirmed, fixed!