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