Skip to content

Instantly share code, notes, and snippets.

@MithraTalluri
Created September 18, 2019 06:17
Show Gist options
  • Save MithraTalluri/fe0ca2eca1ec2a1055b51666b898d25a to your computer and use it in GitHub Desktop.
Save MithraTalluri/fe0ca2eca1ec2a1055b51666b898d25a to your computer and use it in GitHub Desktop.
val i = 1 // type inferred to Int
val s = "abc" // type inferred to String
val j: Double = 1.1 // type declared explicitly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment