TypeScript/tests/cases/conformance/async/es6/asyncInterface_es6.ts

4 lines
63 B
TypeScript
Raw Normal View History

2015-05-07 02:33:58 +02:00
// @target: ES6
// @noEmitHelpers: true
async interface I {
}