TypeScript/tests/baselines/reference/Protected5.types
2015-04-13 14:29:37 -07:00

7 lines
223 B
Text

=== tests/cases/conformance/parser/ecmascript5/Protected/Protected5.ts ===
class C {
>C : C, Symbol(C, Decl(Protected5.ts, 0, 0))
protected static m() { }
>m : () => void, Symbol(C.m, Decl(Protected5.ts, 0, 9))
}