Skip to content

Instantly share code, notes, and snippets.

@Jacoby6000
Created October 30, 2017 23:11
Show Gist options
  • Save Jacoby6000/d8e07f511d6c4694fa72fcbf245a34b9 to your computer and use it in GitHub Desktop.
Save Jacoby6000/d8e07f511d6c4694fa72fcbf245a34b9 to your computer and use it in GitHub Desktop.
scala> val x: In = 10
x: ScalaScript.In = 10 with properties Map()
scala> x.foo = "bar"
x.foo: Any = bar
scala> x
res4: ScalaScript.In = 10 with properties Map(foo -> bar with properties Map())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment