8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This covers two related cases: instantiated tear offs, e.g. var x = o.m<T> instantiation of the function type, e.g. var y = f<int>
var x = o.m<T>
var y = f<int>
We can infer these, so that offers a workaround: #25619
The main issue is we lack the AST node(s) to represent it.