DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / asyncGetter_es6.types
12345678910
//// [tests/cases/conformance/async/es6/asyncGetter_es6.ts] //// === asyncGetter_es6.ts === class C { >C : C async get foo() { >foo : void } }