Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

final variable initialized as null does not allow re initialization to real value #54

@Thecarisma

Description

@Thecarisma

Following initailization of a final variable to null the variable should be able to allow initialization once more to real value instead of throwing Cannot assign a value to the final variable error.
Example :

final variable = null
variable = true #throws an error, it should not

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions