bug1702423.js (106B)
1 // Bug 1702423 2 3 for (let a of []); 4 b = class { 5 static [1] // Computed field name 1, no initializer. 6 }