mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
essymbol and object
This commit is contained in:
@@ -4,10 +4,16 @@
|
||||
|
||||
//// enum E { a,b,c }
|
||||
//// interface I {
|
||||
//// a: E;
|
||||
//// x: E;
|
||||
//// y: E.a
|
||||
//// z: symbol;
|
||||
//// w: object;
|
||||
//// }
|
||||
//// class C implements I {[| |]}
|
||||
|
||||
verify.rangeAfterCodeFix(`
|
||||
a: E;
|
||||
x: E;
|
||||
y: E.a;
|
||||
z: symbol;
|
||||
w: object;
|
||||
`);
|
||||
@@ -1,13 +0,0 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
// @lib: es2017
|
||||
|
||||
//// enum E { a,b,c }
|
||||
//// interface I {
|
||||
//// a: E.a
|
||||
//// }
|
||||
//// class C implements I {[| |]}
|
||||
|
||||
verify.rangeAfterCodeFix(`
|
||||
a: E.a;
|
||||
`);
|
||||
Reference in New Issue
Block a user