Actions
Bug #20741
closedRubyVM::InstructionSequence.compile emits a wrong warning (prism?)
    Bug #20741:
    RubyVM::InstructionSequence.compile emits a wrong warning (prism?)
  
Description
$ ./local/bin/ruby -we 'p RubyVM::InstructionSequence.compile("42").eval'
<compiled>:1: warning: possibly useless use of a literal in void context
42
Actions