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

5 lines
35 B
TypeScript

class Outer
{
static public() {}
}