diff --git a/base/inference.jl b/base/inference.jl index aeb68eda6532d..f3543f040e36d 100644 --- a/base/inference.jl +++ b/base/inference.jl @@ -2,7 +2,7 @@ # parameters limiting potentially-infinite types const MAX_TYPEUNION_LEN = 3 -const MAX_TYPE_DEPTH = 4 +const MAX_TYPE_DEPTH = 5 const MAX_TUPLETYPE_LEN = 8 const MAX_TUPLE_DEPTH = 4