DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / typeParametersAndParametersInComputedNames.ts
12345678
function foo<T>(a: T) : string { return ""; } class A { [foo<T>(a)]<T>(a: T) { } }