Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing error when block is used as binary operand #7

Open
noituri opened this issue Aug 16, 2022 · 0 comments
Open

Confusing error when block is used as binary operand #7

noituri opened this issue Aug 16, 2022 · 0 comments
Assignees
Labels
bug Something isn't working parser

Comments

@noituri
Copy link
Owner

noituri commented Aug 16, 2022

Source:

fun main = {
    a = {
        let b = 3
        3 + b
    } + 1 
}

image

@noituri noituri added bug Something isn't working parser labels Aug 16, 2022
@noituri noituri self-assigned this Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser
Projects
None yet
Development

No branches or pull requests

1 participant