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

5 lines
39 B
TypeScript

class Outer
{
static public: number;
}