Skip to content

Commit 5372d67

Browse files
committed
Fix issue with ast conversion on functions with attributes on arguments.
Fixes #7753
1 parent 1e863ec commit 5372d67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
type fn = (@as("something") ~foo: string) => int
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
type fn = (~foo: string) => int

0 commit comments

Comments
 (0)