Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active August 23, 2022 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/c352e4f999af3be77051193d1fc5f98d to your computer and use it in GitHub Desktop.
Save skydoves/c352e4f999af3be77051193d1fc5f98d to your computer and use it in GitHub Desktop.
private_stable_class
data class InherentlyStableClass(
val publicStableProperty: String,
private var privateUnstableProperty: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment