Additional Detail from JIRA
|
|
| Votes |
0 |
| Component/s |
Compiler |
| Labels |
Bug, StarterBug |
| Assignee |
None |
| Priority |
Medium |
md5: fce0a8071c3d74595e44fbbd42aa3fa0
Issue Description:
This code currently produces an error, but shouldn't:
#if false
if $0 { } // error: anonymous closure argument not contained in a closure
#endif