Skip to content

Annotation separated from function #375

Open
@Person-93

Description

@Person-93

This...

@warning_ignore("shadowed_variable")
func _init(id: int, name: String) -> void:
	self.id = id
	self.name = name

is reformatted to this:

@warning_ignore("shadowed_variable")


func _init(id: int, name: String) -> void:
	self.id = id
	self.name = name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions