Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function with Output annotation #101

Open
blegat opened this issue Aug 8, 2018 · 0 comments
Open

Function with Output annotation #101

blegat opened this issue Aug 8, 2018 · 0 comments

Comments

@blegat
Copy link
Contributor

blegat commented Aug 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant