Created
October 30, 2017 23:11
-
-
Save Jacoby6000/d8e07f511d6c4694fa72fcbf245a34b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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