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 b82ed3c commit 5a1d50aCopy full SHA for 5a1d50a
graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/ir/Scope.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* The Universal Permissive License (UPL), Version 1.0
@@ -759,7 +759,7 @@ private String getScopeKindName() {
759
*/
760
static final class UseInfo {
761
/** Used name. */
762
- String name;
+ final String name;
763
/** Resolved scope in which the symbol has been defined. Must be a parent scope. */
764
Scope def;
765
/** Local scope in which the symbol is used. */
0 commit comments