DEBSOURCES
Skip Quicknav
sources / node-rewire / 6.0.0-3 / testLib / wrongConstModule.js
1234
// Assigning to a const should fail const a = "a"; a = "b";