Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Last active March 17, 2023 13:18
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 s1monw1/5924ead8251ccf4e49c31a12d26f845d to your computer and use it in GitHub Desktop.
Save s1monw1/5924ead8251ccf4e49c31a12d26f845d to your computer and use it in GitHub Desktop.
val mapping = mapOf("a" to 1, "b" to 2, "c" to 3)
with(PrintingScope()) {
with(TimeScope()) {
mapping.customPrint()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment