We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b87f7 commit b4815e7Copy full SHA for b4815e7
test/com/google/javascript/jscomp/NodeUtilTest.java
@@ -3755,7 +3755,7 @@ public void nestedChain() {
3755
}
3756
3757
// All nodes till the current chain's start are converted to non-optional.
3758
- private boolean isChainConverted(Node node) {
+ private static boolean isChainConverted(Node node) {
3759
if (node == null) {
3760
return true;
3761
0 commit comments