mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
Add test for parenthesized variable and function keyword within ternary
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
let a: any;
|
||||
const c = true ? (a) : function() {};
|
||||
Reference in New Issue
Block a user