Skip to content

Commit 72bf7c8

Browse files
Another fixed snapshot
1 parent 32f6f32 commit 72bf7c8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

tests/analysis_tests/tests/src/expected/CreateInterface.res.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,8 @@ module OrderedSet: {
132132
}
133133
let make: (~id: module(Belt.Id.Comparable with type identity = 'a and type t = 'b)) => t<'b, 'a>
134134
}
135+
let CreateInterface$ComponentWithPolyProp: ComponentWithPolyProp.props<
136+
[< #large | #small],
137+
> => React.element
138+
let CreateInterface$ComponentWithPolyProp$jsx: bool
135139

tests/analysis_tests/tests/src/expected/JsxV4.res.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ module Other: {
3232
@react.component
3333
let make: (~name: string) => React.element
3434
}
35+
let JsxV4$M4: M4.props<string, string, string> => React.element
36+
let JsxV4$M4$jsx: bool
37+
let JsxV4$MM: MM.props => React.element
38+
let JsxV4$MM$jsx: bool
39+
let JsxV4$Other: Other.props<string> => React.element
40+
let JsxV4$Other$jsx: bool
3541

0 commit comments

Comments
 (0)