mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Update spec/ameba/ast/visitors/counting_visitor_spec.cr
This commit is contained in:
parent
c49c69ed9f
commit
651f70f680
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ module Ameba::AST
|
||||||
code = %(
|
code = %(
|
||||||
def hello(a : Int32 | Int64 | Float32 | Float64)
|
def hello(a : Int32 | Int64 | Float32 | Float64)
|
||||||
case a
|
case a
|
||||||
in Int32 then "int32"
|
in Int32 then "int32"
|
||||||
in Int64 then "int64"
|
in Int64 then "int64"
|
||||||
in Float32 then "float32"
|
in Float32 then "float32"
|
||||||
in Float64 then "float64"
|
in Float64 then "float64"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue