Skip to content

Commit 0774c61

Browse files
committed
1 parent 8fdfd47 commit 0774c61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/JuliaVariables.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ function no_ana(ex)
112112
Expr(:inbounds, _...) ||
113113
# @generated
114114
Expr(:generated, _...) ||
115-
# @ boundscheck
115+
# @boundscheck
116116
Expr(:boundscheck, _...) ||
117+
# @isdefined
118+
Expr(:isdefined, _...) ||
117119
# @locals
118120
Expr(:locals) => true
119121
_ => false

0 commit comments

Comments
 (0)