Skip to content

Commit f383c3c

Browse files
committed
Add test for parenthesized variable and function keyword within ternary
1 parent 025d826 commit f383c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
let a: any;
2+
const c = true ? (a) : function() {};

0 commit comments

Comments
 (0)