Skip to content

Commit 1c099a6

Browse files
Returns is inferred and v1.7+
1 parent 2ec9fda commit 1c099a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/forwarddiff_dual_detection.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ p_possibilities_uninferrred = [
127127
(; x = Vector{Float64}(undef, 2), y = [[MyStruct3(ForwardDiff.Dual(2.0))]]),
128128
(; x = Matrix{Any}(undef, 2, 2), y = [[MyStruct3(ForwardDiff.Dual(2.0))]]),
129129
]
130-
push!(p_possibilities_uninferrred,
131-
Returns((a = 2, b = 1.3, c = ForwardDiff.Dual(2.0f0))))
132130

133131
for p in p_possibilities_uninferrred
134132
@show p

0 commit comments

Comments
 (0)