swc/crates/swc_ecma_parser/tests/tsc/parserSuperExpression2.ts
2022-02-04 17:08:38 +09:00

5 lines
40 B
TypeScript

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