Skip to content

Instantly share code, notes, and snippets.

@CheolhoJeon
Created June 14, 2021 02:32
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 CheolhoJeon/29b09d01aa021cafc8353c3859468e4a to your computer and use it in GitHub Desktop.
Save CheolhoJeon/29b09d01aa021cafc8353c3859468e4a to your computer and use it in GitHub Desktop.
package chap5.Object.objectsharing
object Shared {
var i: Int = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment