Skip to content

Instantly share code, notes, and snippets.

@landon9720
Created August 18, 2011 16:38
Show Gist options
  • Save landon9720/1154482 to your computer and use it in GitHub Desktop.
Save landon9720/1154482 to your computer and use it in GitHub Desktop.
scala> class Test { object Obj }
defined class Test
scala> (new Test).Obj
res0: object Test#Obj = Test$Obj$@6e929b52
scala> (new Test).Obj
res1: object Test#Obj = Test$Obj$@46b44bc2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment