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.
We should ensure that Foo<{ BAR }> is treated the same as Foo<BAR> when BAR has generic parameters (i.e. it should error in both cases).
Foo<{ BAR }>
Foo<BAR>
BAR