Home
last modified time | relevance | path

Searched defs:ccwc (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Des6ClassTest2.js157 var ccwc = new ChildClassWithoutConstructor(1, "s"); variable
331 var ccwc = new ChildClassWithoutConstructor(1, "s"); variable
/third_party/typescript/tests/cases/compiler/
Des6ClassTest2.ts156 var ccwc = new ChildClassWithoutConstructor(1, "s"); variable