We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b4e3b commit 49ce244Copy full SHA for 49ce244
analysis/tests/src/Jsx.res
@@ -15,4 +15,7 @@ let _ = <M first="abc" />
15
@react.component
16
let make = (~first) => React.string(first)
17
18
-let y = 44
+let y = 44
19
+
20
+//^com <M prop={A(3)} k
21
+//^com <M prop=A(3) k
analysis/tests/src/expected/Jsx.res.txt
@@ -70,3 +70,15 @@ Complete tests/src/Jsx.res 11:2
70
"documentation": null
71
}]
72
73
+Complete tests/src/Jsx.res 18:2
74
+[{
75
+ "label": "key",
76
+ "kind": 4,
77
+ "tags": [],
78
+ "detail": "string",
79
+ "documentation": null
80
+ }]
81
82
+Complete tests/src/Jsx.res 19:2
83
+[]
84
0 commit comments