Closed Naddiseo closed 9 years ago
Another point you can make is type hinting in the object binding pattern:
let { a:b = c } = rhs; // Where does the type hint go in this case?
Closed via #18
Another point you can make is type hinting in the object binding pattern: