Instantiate to bound errors for constructors issued prematurely. #28539
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
The following code should be valid, because inference will fill in the type parameters to the
Foo
constructor call. Instead an error is issued prematurely becauseFoo
has no default bounds.The text was updated successfully, but these errors were encountered: