mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 16:38:46 -05:00
Test expressions with no name
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
////};
|
||||
////function D() {}
|
||||
////const E = function F() {}
|
||||
////console.log(function inner() {})
|
||||
////String(function fun() { class cls { public prop; } }))
|
||||
////console.log(function() {}, class {}); // Expression with no name should have no effect.
|
||||
////console.log(function inner() {});
|
||||
////String(function fun() { class cls { public prop; } }));
|
||||
|
||||
function navExact(name: string, kind: string) {
|
||||
verify.navigationItemsListContains(name, kind, name, "exact");
|
||||
|
||||
Reference in New Issue
Block a user