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 8433123 commit 53f3515Copy full SHA for 53f3515
src/julia-syntax.scm
@@ -3006,7 +3006,7 @@
3006
3007
(define (check-no-thisfunction e)
3008
(if (has-thisfunction? e)
3009
- (error "\"thisfunction\" not allowed inside comprehension or generator")))
+ (error "\"@__FUNCTION__\" not allowed inside comprehension or generator")))
3010
3011
(define (has-break-or-continue? e)
3012
(expr-contains-p (lambda (x) (and (pair? x) (memq (car x) '(break continue))))
0 commit comments