Skip to content

Commit ca599b0

Browse files
committed
Report polymorphism for sprintf nodes.
1 parent 92b4cdd commit ca599b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/truffleruby/core/kernel/KernelNodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@ private static RubyString finishFormat(Node node, int formatLength, BytesResult
16651665

16661666
@GenerateInline
16671667
@GenerateCached(false)
1668+
@ReportPolymorphism
16681669
public abstract static class SprintfInnerNode extends RubyBaseNode {
16691670

16701671
public abstract BytesResult execute(Node node, AbstractTruffleString format, RubyEncoding encoding,

0 commit comments

Comments
 (0)