Skip to content

misformatting of comment inline with if-expression #374

@matthargett

Description

@matthargett
                       context:reportError(("Required input field %s.%s cannot be deprecated."):format(inputObj.name, field.name), {
                                getDeprecatedNode((field :: InputField).astNode),
                                if field.astNode ~= nil
                                        -- ROBLOX FUNTIME START: Luau
                                        then (field :: any).astNode.type
                                        -- ROBLOX FUNTIME END
                                        else nil,
                        })

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions