DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / incrementOnTypeParameter.ts
12345678
class C<T> { a: T; foo() { this.a++; for (var i: T, j = 0; j < 10; i++) { } } }