Skip to content

Instantly share code, notes, and snippets.

@acolley
Created November 7, 2013 15:12
Show Gist options
  • Save acolley/7356220 to your computer and use it in GitHub Desktop.
Save acolley/7356220 to your computer and use it in GitHub Desktop.
Compiler issues "SIGSEGV: Illegal storage access. (Attempt to read from nil?)" when compiling this code.
type
TThing = ref object
method something(t: TThing): string:
result = "thingy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment