Skip to content

Instantly share code, notes, and snippets.

@showstopper
Created August 12, 2010 12:45
Show Gist options
  • Save showstopper/520902 to your computer and use it in GitHub Desktop.
Save showstopper/520902 to your computer and use it in GitHub Desktop.
#0 0x08069494 in rock_middle_FunctionCall__FunctionCall_getRef (this=0x0) at source/rock/middle/FunctionCall.ooc:1319
#1 0x0806c6e0 in rock_middle_FunctionDecl__FunctionDecl_unwrapClosure_impl (this=0x8189ea0, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/FunctionDecl.ooc:792
#2 0x0806e9d6 in rock_middle_FunctionDecl__FunctionDecl_unwrapClosure (this=0x8189ea0, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/FunctionDecl.ooc:1317
#3 0x0806bef2 in rock_middle_FunctionDecl__FunctionDecl_resolve_impl (this=0x8189ea0, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/FunctionDecl.ooc:652
#4 0x080584a3 in rock_middle_Node__Node_resolve (this=0x8189ea0, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Node.ooc:79
#5 0x0805cea9 in rock_middle_VariableDecl__VariableDecl_resolve_impl (this=0x8146c80, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/VariableDecl.ooc:149
#6 0x080584a3 in rock_middle_Node__Node_resolve (this=0x8146c80, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Node.ooc:79
#7 0x0807cc4d in rock_middle_Scope__Scope_resolve_impl (this=0x8147e28, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Scope.ooc:82
#8 0x0807d1ab in rock_middle_Scope__Scope_resolve (this=0x8147e28, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Scope.ooc:33
#9 0x0804f2cb in rock_middle_Module__Module_resolve_impl (this=0x8197f70, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Module.ooc:349
#10 0x0804fb94 in rock_middle_Module__Module_resolve (this=0x8197f70, trail=0x8d37640, res=0x8b083e8) at source/rock/middle/Module.ooc:197
#11 0x080746e4 in rock_middle_tinker_Resolver__Resolver_process_impl (this=0x8b083e8) at source/rock/middle/tinker/Resolver.ooc:59
#12 0x08074a66 in rock_middle_tinker_Resolver__Resolver_process (this=0x8b083e8) at source/rock/middle/tinker/Resolver.ooc:162
#13 0x080754f9 in rock_middle_tinker_Tinkerer__Tinkerer_process_impl (this=0x8b0a1e0, modules=0x8af1020) at source/rock/middle/tinker/Tinkerer.ooc:92
#14 0x080757e2 in rock_middle_tinker_Tinkerer__Tinkerer_process (this=0x8b0a1e0, modules=0x8af1020) at source/rock/middle/tinker/Tinkerer.ooc:141
#15 0x0804baac in rock_frontend_CommandLine__CommandLine_parse_impl (this=0x8141f90, moduleName=0x8140ea0 "b.ooc") at source/rock/frontend/CommandLine.ooc:482
#16 0x0804bf96 in rock_frontend_CommandLine__CommandLine_parse (this=0x8141f90, moduleName=0x8140ea0 "b.ooc") at source/rock/frontend/CommandLine.ooc:573
#17 0x0804b675 in rock_frontend_CommandLine__CommandLine_init (this=0x8141f90, args=0x813ebe0) at source/rock/frontend/CommandLine.ooc:395
#18 0x0804bfe3 in rock_frontend_CommandLine__CommandLine_new (args=0x813ebe0) at source/rock/frontend/CommandLine.ooc:20
#19 0x0804a022 in main (argc=2, argv=0xbffff954) at source/rock/rock.ooc:6
a: func(b: Func(Int)) {}
c := func(b: Int) {}
a(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment