Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2011 17:38
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 anonymous/940871 to your computer and use it in GitHub Desktop.
Save anonymous/940871 to your computer and use it in GitHub Desktop.
my $a := 1;
$a := $a + 1;
say($a);
__OUTPUT__
RakudoOutput.java:29: bind_lex(Rakudo.Runtime.ThreadContext,java.lang.String,Rakudo.Metamodel.RakudoObject) in Rakudo.Runtime.Ops cannot be applied to (Rakudo.Runtime.ThreadContext,java.lang.String)
RakudoObject result_1_methcall = Ops.bind_lex(TC, "$a"); // JST::MethodCall
^
1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment