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

5 lines
35 B
TypeScript

class Outer
{
static public = 1;
}