Skip to content

Instantly share code, notes, and snippets.

@sagarpatel288
Last active June 15, 2020 02:56
Show Gist options
  • Save sagarpatel288/eacffbaff8b3f5d08401ecc3d3dfd5af to your computer and use it in GitHub Desktop.
Save sagarpatel288/eacffbaff8b3f5d08401ecc3d3dfd5af to your computer and use it in GitHub Desktop.
An example to show local final in kotlin
/**
* 6/15/2020
* An example to show local final
* @author srdpatel
* @since 1.0
*/
class LocalConstant {
val CONSTANT = "allows all data types"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment