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

5 lines
38 B
TypeScript

class Outer
{
static public<T>() {}
}