Skip to content

Commit af8ba9a

Browse files
committed
Troublesome test case
1 parent 9c6105d commit af8ba9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// @strict: true
2+
const a = () => ({
3+
a: 12,
4+
b: 11
5+
});
6+
7+
declare function f(arg: {a: number}): void;
8+
f(a());

0 commit comments

Comments
 (0)