Skip to content

Assigining null value in Kotlin #51

@shmehdi01

Description

@shmehdi01
   var otherName : String?
   otherName = null

It should be like this if I'm not wrong ?

  var otherName : String? = null

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