summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/assign-to-import.js
blob: 42abd66c50148cd5489cfd762b9f8bef297c92ab (plain)
1
2
3
// |jit-test| module; error: TypeError
import { a } from "module1.js";
a = 2;