prettier/tests/classes/property.js

8 lines
92 B
JavaScript

class A {
foobar =
// comment to break
1 +
// comment to break again
2;
}