Skip to content

Instantly share code, notes, and snippets.

@masak
Created June 12, 2010 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/436120 to your computer and use it in GitHub Desktop.
Save masak/436120 to your computer and use it in GitHub Desktop.
$ cat A.pm
use v6;
class A {
method x {
}
}
$ perl6 -e 'use A; say A.new.x'
Null PMC access in type()
in main program body at line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment