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