TypeScript/tests/baselines/reference/Protected8.js
2014-09-18 15:37:16 -07:00

8 lines
81 B
TypeScript

//// [Protected8.ts]
interface I {
protected
p
}
//// [Protected8.js]