TypeScript/tests/cases/fourslash/codeFixAwaitInSyncFunction3.ts

13 lines
244 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////const f = {
//// get a() {
//// return await Promise.resolve();
//// },
//// get a() {
//// await Promise.resolve();
//// },
////}
verify.not.codeFixAvailable();