prettier/tests/classes/ternary.js

2 lines
27 B
JavaScript
Raw Normal View History

if (1) (class {}) ? 1 : 2;