add-to-namespace-import.js (83B)
1 // |jit-test| module; error: TypeError 2 import * as ns from "module1.js"; 3 ns.b = 2;