Skip to content

Commit

Permalink
type-o
Browse files Browse the repository at this point in the history
??
  • Loading branch information
felixrehren authored Feb 16, 2017
1 parent d97708b commit 95fc331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subtype.jl
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ CV8625{T<:Real} = Vector{Complex{T}}
@test isa([2.0+3.0im],CV8625)

# #8915
mutable struct D8915{<:Union{Float32,Float64}}
mutable struct D8915{T<:Union{Float32,Float64}}
D8915(a) = 1
D8915(a::Int) = 2
end
Expand Down

0 comments on commit 95fc331

Please sign in to comment.