Skip to content

Instantly share code, notes, and snippets.

@CheolhoJeon
Created June 14, 2021 02:33
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/26e0aee9fe3a435ae88a81da7718c784 to your computer and use it in GitHub Desktop.
Save CheolhoJeon/26e0aee9fe3a435ae88a81da7718c784 to your computer and use it in GitHub Desktop.
package chap5.Object.objectshare1
import chap5.Object.objectsharing.Shared
fun f() {
Shared.i += 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment