DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / reassignStaticProp.ts
12345678910
class foo { static bar = 1; static bar:string; // errror - duplicate id }