fix(46998): Hover on as const shows type const = /*unresolved*/ any (#47000)

This commit is contained in:
Oleksandr T
2021-12-07 00:41:46 +02:00
committed by GitHub
parent 1fe9bfdd0e
commit 4761ba6285
3 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/// <reference path="fourslash.ts" />
////const a = { a: 1 } as /*1*/const;
////const b = 1 as /*2*/const;
////const c = "c" as /*3*/const;
////const d = [1, 2] as /*4*/const;
verify.baselineQuickInfo();