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 ba8803a commit b2bde6eCopy full SHA for b2bde6e
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/util/CastToIndexNode.java
@@ -66,7 +66,7 @@ public abstract class CastToIndexNode extends PBaseNode {
66
private final PythonErrorType errorType;
67
private final boolean recursive;
68
69
- public CastToIndexNode(PythonErrorType errorType, boolean recursive) {
+ protected CastToIndexNode(PythonErrorType errorType, boolean recursive) {
70
this.errorType = errorType;
71
this.recursive = recursive;
72
}
0 commit comments