6 lines
No EOL
139 B
JavaScript
6 lines
No EOL
139 B
JavaScript
// @enableEmitFreeze @instrumentForget
|
|
|
|
let makeReadOnly = "conflicting identifier";
|
|
function useFoo(props) {
|
|
return props.x |> foo(%);
|
|
} |