TypeScript/tests/baselines/reference/Protected8.js

8 lines
81 B
TypeScript
Raw Normal View History

2014-09-19 00:37:16 +02:00
//// [Protected8.ts]
interface I {
protected
p
}
//// [Protected8.js]