Skip to content

Commit f4602c3

Browse files
committed
Prism now generates all this special flag code. Only ask for this generated code in main or inline code
1 parent 03bba72 commit f4602c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jruby/prism/builder/IRBuilderPrism.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
import java.util.Map;
7676
import java.util.Set;
7777

78+
import static org.jruby.api.Warn.warning;
7879
import static org.jruby.ir.instructions.RuntimeHelperCall.Methods.*;
7980
import static org.jruby.runtime.CallType.VARIABLE;
8081
import static org.jruby.runtime.ThreadContext.*;

0 commit comments

Comments
 (0)