Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 10, 2018 16:08
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 Whateverable/fecf57dfb541c071ca56287361fb2cb5 to your computer and use it in GitHub Desktop.
Save Whateverable/fecf57dfb541c071ca56287361fb2cb5 to your computer and use it in GitHub Desktop.
committable6
9983c2c8^,9983c2c8 my Int @A = [1,2,3]; my @b := @A >>+>> 0; @b[0] = "foo"; say @b
¦«9983c2c8^»:
Type check failed in assignment to ; expected Int but got Str
in block <unit> at /tmp/ancLT4bzj9 line 1
«exit code = 1»
¦«9983c2c»:
Type check failed in assignment to ; expected Int but got Str ("foo")
in block <unit> at /tmp/ancLT4bzj9 line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment