JSTQL-JS-Transform/output_testing/575error.codegen-error-on-conflicting-imports.js

6 lines
139 B
JavaScript
Raw Normal View History

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