Created
September 18, 2019 06:17
-
-
Save MithraTalluri/fe0ca2eca1ec2a1055b51666b898d25a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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