Titian Cernicova-Dragomir

Results 15 comments of Titian Cernicova-Dragomir

@iamolegga You are having the same issue as this #29131. If you have generics, void parameters are not treated as optional. This is due to the fact that arity is...

This is related to #58334. Neither async or generator functions should allow inferred types in isolated declaration

# `constraintSatisfactionWithAny` I investigated and the way the signature is printed is different. The types base-line prints the types using the `GenerateNamesForShadowedTypeParams` flag, while the quick info does not use...

I am actually surprised this does error. I remember adding an error if there is a type on both getter and setter, and only collapsing them if the type was...

I don't think this is actually an issue with the errors on second thought. The way I implemented this in the sample declaration emitter was by collapsing the accessor pair...