Skip to content

Instantly share code, notes, and snippets.

@mirokolodii
Created October 18, 2019 06:21
Show Gist options
  • Save mirokolodii/a76f7f7d7bbbf5d4eca728c54589d180 to your computer and use it in GitHub Desktop.
Save mirokolodii/a76f7f7d7bbbf5d4eca728c54589d180 to your computer and use it in GitHub Desktop.
Switch to Kotlin #2.1
String someStr1 = ""; // initialized with empty string
String someStr2; // by default value of someStr2 is null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment