swc/crates/swc_ecma_parser/tests/tsc/parserSuperExpression2.ts

5 lines
40 B
TypeScript
Raw Normal View History

class C {
M() {
super<T>(0);
}
}