-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
The test 'LanguageFeatures/Simple-bounds/dynamic/typedef1_typedef_l1_t06.dart' fails with the message that a non-function type cannot be the value of a type alias.
This is correct, so the test should expect a compile-time error; alternatively, it should enable the experiment nonfunction-type-aliases
such that this is in fact not an error.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)