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 4f9217f commit 56a6f75Copy full SHA for 56a6f75
src/utils.jl
@@ -165,7 +165,7 @@ function typedef_range(src::CodeInfo, idx)
165
while iend <= n
166
stmt = src.code[iend]
167
if isa(stmt, Expr)
168
- (stmt.head === :global || stmt.head === :return) && break
+ stmt.head === :global && break
169
if stmt.head === :call
170
if (is_global_ref(stmt.args[1], Core, :_typebody!) ||
171
isdefined(Core, :_typebody!) && is_quotenode_egal(stmt.args[1], Core._typebody!))
0 commit comments