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 7baf227 commit afdae18Copy full SHA for afdae18
core/src/main/java/org/jruby/ir/IRScope.java
@@ -419,7 +419,7 @@ public void putStoreLocalVarPlacementProblem(StoreLocalVarPlacementProblem probl
419
public StoreLocalVarPlacementProblem getStoreLocalVarPlacementProblem() {
420
if (fullInterpreterContext == null) return null; // no fic so no pass-related info
421
422
- return (StoreLocalVarPlacementProblem) fullInterpreterContext.getDataFlowProblems().get(UnboxableOpsAnalysisProblem.NAME);
+ return (StoreLocalVarPlacementProblem) fullInterpreterContext.getDataFlowProblems().get(StoreLocalVarPlacementProblem.NAME);
423
}
424
425
public void putUnboxableOpsAnalysisProblem(UnboxableOpsAnalysisProblem problem) {
0 commit comments