mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Include type aliases as childItems in navigation bar
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
////type T = number | string;
|
||||
|
||||
verify.navigationBarCount(1);
|
||||
verify.navigationBarCount(3);
|
||||
verify.navigationBarContains("T", "type");
|
||||
verify.navigationBarChildItem("<global>", "T", "type");
|
||||
|
||||
Reference in New Issue
Block a user