TypeScript-TmLanguage/tests/cases/Issue158.ts

13 строки
159 B
TypeScript

class Test
{
public constructor()
{
for (let it=0; it<10; it++)
{
}
}
private doSomething()
{
}
}