DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / baselines / reference / asyncGetter_es5.types
12345678
=== tests/cases/conformance/async/es5/asyncGetter_es5.ts === class C { >C : C async get foo() { >foo : void } }