We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a50a7 commit cf3894fCopy full SHA for cf3894f
test/runtests.jl
@@ -34,7 +34,7 @@ using Aqua: Aqua
34
@testset "`CallableWithTypeSignature`" begin
35
@testset "subtyping" begin
36
@test CallableWithTypeSignature <: CallableWithReturnType
37
- @test CallableWithTypeSignature{Float32} <: ComposedFunction{Base.Fix2{typeof(typeassert), Type{Float32}}}
+ @test CallableWithTypeSignature{Float32} <: CallableWithReturnType{Float32}
38
@test_throws TypeError CallableWithTypeSignature{<:Any, Int}
39
end
40
@testset "construction" begin
0 commit comments