blob: ed28a2cfc5733e6cabcf05e7abe58d7f5cdc0900 [file] [log] [blame]
class A {
int? field;
}
typedef B<X> = A;
test(dynamic x) {}