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