blob: a22f25225978740668bcd287ffc5094ed24b838a [file] [log] [blame]
>>>
class A {
foo() {
// comment #1
if (comment != null && comment.end == token.offset
// comment #2
&& node.parent.beginToken != token) {
}
}
}
<<<
class A {
foo() {
// comment #1
if (comment != null && comment.end == token.offset
// comment #2
&& node.parent.beginToken != token) {}
}
}