Fix handling of default class

This commit is contained in:
Arthur Ozga
2016-11-14 15:43:24 -08:00
parent d8b359f67b
commit 6400d53394
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
/// <reference path='fourslash.ts' />
//// interface I { x: number; }
////
//// export default class implements I {[| |]}
verify.rangeAfterCodeFix(`
x: number;
`);