Skip to content

Commit

Permalink
Remove unneeded absolute constant paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Jul 22, 2024
1 parent 521b1b1 commit bef7b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/typeprof/core/ast/value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ def install0(genv)
end
end

class LambdaNode < TypeProf::Core::AST::Node
class LambdaNode < Node
def install0(genv)
Source.new(genv.proc_type)
end
end

class ImaginaryNode < TypeProf::Core::AST::Node
class ImaginaryNode < Node
def install0(genv)
Source.new(genv.complex_type)
end
Expand Down

0 comments on commit bef7b4e

Please sign in to comment.