summaryrefslogtreecommitdiff
path: root/test/fixtures/cycles/warning-b.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/cycles/warning-b.js')
-rw-r--r--test/fixtures/cycles/warning-b.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/cycles/warning-b.js b/test/fixtures/cycles/warning-b.js
new file mode 100644
index 0000000000..3be73bfd0a
--- /dev/null
+++ b/test/fixtures/cycles/warning-b.js
@@ -0,0 +1,3 @@
+const a = require('./warning-a.js');
+a.missingPropB;
+a[Symbol('someSymbol')];