We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d05aac commit bf49539Copy full SHA for bf49539
test/com/google/javascript/jscomp/parsing/ParserTest.java
@@ -1948,7 +1948,6 @@ public void testInlineNonJSDocTrailingComments_ParamList() {
1948
Node yNode = xNode.getNext();
1949
1950
assertThat(xNode.getTrailingNonJSDocCommentString()).contains("/* first */");
1951
- ;
1952
assertThat(yNode.getNonJSDocCommentString()).isEmpty();
1953
}
1954
0 commit comments