node/test/fixtures/cycles/warning-b.js

4 lines
78 B
JavaScript

const a = require('./warning-a.js');
a.missingPropB;
a[Symbol('someSymbol')];