Sha256: 41d5c91697e83f5aadc7317564aca7576b80c30682bc231fcd96348d3e21c1a2
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
module Yoda module Typing module Tree class LogicalAssignment < Base # @!method node # @return [AST::AssignmentNode] # @return [Types::Type] def infer_type # TODO infer_child(node.content) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoda-language-server-0.10.1 | lib/yoda/typing/tree/logical_assignment.rb |
yoda-language-server-0.10.0 | lib/yoda/typing/tree/logical_assignment.rb |