Add test for parenthesized variable and function keyword within ternary

This commit is contained in:
Andrew Branch
2019-04-01 14:11:30 -07:00
parent 025d826339
commit f383c3c42d

View File

@@ -0,0 +1,2 @@
let a: any;
const c = true ? (a) : function() {};