TypeScript/tests/cases/conformance/async/es6/asyncConstructor_es6.ts
2015-10-12 14:27:58 -07:00

6 lines
85 B
TypeScript

// @target: ES6
// @noEmitHelpers: true
class C {
async constructor() {
}
}