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 4007fbb commit 487f961Copy full SHA for 487f961
src/ArrayInterface.jl
@@ -1000,7 +1000,7 @@ ensures_sorted(@nospecialize( T::Type{<:AbstractRange})) = true
1000
ensures_sorted(T::Type) = is_forwarding_wrapper(T) ? ensures_sorted(parent_type(T)) : false
1001
ensures_sorted(@nospecialize(x)) = ensures_sorted(typeof(x))
1002
1003
-function has_trivial_array_contstructor(::Type{T}, args...) as T
+function has_trivial_array_contstructor(::Type{T}, args...) where T
1004
applicable(T, args...)
1005
end
1006
0 commit comments