Class: LibRubyParser::Messages::DuplicateHashKey

Inherits:
DiagnosticMessage show all
Defined in:
lib/lib-ruby-parser/messages.rb

Overview

Emitted for code like

{ 42 => value, 42 => another_value }