Skip to content

Commit

Permalink
fix version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Aug 21, 2023
1 parent 4ee59a1 commit 97560e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractinterpret/typeinfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end

@static if VERSION v"1.10.0-DEV.1345"
let # overload `const_prop_call`
@static if VERSION v"1.11.0-DEV.233" || VERSION v"1.10.0-beta1.11"
@static if VERSION v"1.11.0-DEV.233" || v"1.11.0-DEV" > VERSION v"1.10.0-beta1.11"
sigs_ex = :(analyzer::AbstractAnalyzer,
mi::MethodInstance, result::MethodCallResult, arginfo::ArgInfo, sv::InferenceState,
$(Expr(:kw, :(concrete_eval_result::Union{Nothing,CC.ConstCallResults}), :nothing)))
Expand Down

0 comments on commit 97560e9

Please sign in to comment.