Sha256: 49d112ec6159976cc02771c64bea0f49b703b9418bdb0756713174c07beedc41
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
module Yoda module Typing module Tree class ConstantAssignment < Base def process # 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/constant_assignment.rb |
yoda-language-server-0.8.0 | lib/yoda/typing/tree/constant_assignment.rb |