Skip to content

Function with Output annotation #101

Description

@blegat

The function

f{T}()::Vector{T} = T[]

should be updated to

(f()::Vector{T}) where {T} = T[]

but FemtoCleaner update it to

f()::Vector{T} where {T} = T[]

without parentheses, see JuliaStochOpt/ParameterJuMP.jl@6638b51#diff-f165da18cca33b93d7a66fb0d16bc170R249

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions