Sha256: 38453de256e8230fdf5d4971f7d3d800d6cc9a69f7bedd77659b8246843d7dab
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
module Yoda module Typing module Tree class LogicalAssignment < Base def children @children = node.children.map(&method(:build_child)) end def type # TODO infer(node.children.last) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yoda-language-server-0.9.0 | lib/yoda/typing/tree/logical_assignment.rb |
yoda-language-server-0.8.0 | lib/yoda/typing/tree/logical_assignment.rb |