Skip to content

Instantly share code, notes, and snippets.

@jurriaan
Created January 8, 2011 15:24
Show Gist options
  • Save jurriaan/770910 to your computer and use it in GitHub Desktop.
Save jurriaan/770910 to your computer and use it in GitHub Desktop.
class Test
constructor: ->
class Test2
constructor: ->
@test = new Test()
new Test2()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment