Input: ```gdscript func set_avatar_at(at := AvatarAt.LEFT) -> void: ``` Output: ```gdscript func set_avatar_at(at: = AvatarAt.LEFT) -> void: ``` It currently applies the same rule as if there was an explicit type hint: `at: AvatarAt = AvatarAt.LEFT`
Input:
Output:
It currently applies the same rule as if there was an explicit type hint:
at: AvatarAt = AvatarAt.LEFT