blob: f4deaca8fa19389cb060f879cebc8f17361c270b [file] [log] [blame]
// @dart = 2.9
library test;
class A<T extends int> {}
A v = null;
main() {}