Skip to content

Error when using ternary operator in match #33

@fstxz

Description

@fstxz

Input (this is a valid gdscript code):

func _ready():
	match 0:
		0 if true else 2:
			pass

Getting this error: Error: "Topiary formatting failed: Trying to close an unopened indentation block"

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamThe issue (likely) can't be solved in this repository: a library needs a change

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions