blob: bc2eeaddabc10afee7f6bb4d3001d313c754239f [file] [log] [blame]
typedef A<T extends num>(T p);
class B {
foo() {}
}
main() {}