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