Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Parse error on anonymous function passed as function parameter #111

Closed
nishtahir opened this issue Jun 17, 2018 · 0 comments
Closed

Parse error on anonymous function passed as function parameter #111

nishtahir opened this issue Jun 17, 2018 · 0 comments
Labels
bug grammar Requires a change in the grammar

Comments

@nishtahir
Copy link
Member

nishtahir commented Jun 17, 2018

Code sample to reproduce

sub buOptionalTests()
    res = optional.ifPresent(function(value) as Integer 'parse error
        return value + 1
     end function)
end sub
@nishtahir nishtahir added bug grammar Requires a change in the grammar labels Jun 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug grammar Requires a change in the grammar
Projects
None yet
Development

No branches or pull requests

1 participant