Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2019 05:43
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/c7eb3e09ea808c09292820ef53beecc2 to your computer and use it in GitHub Desktop.
Save Whateverable/c7eb3e09ea808c09292820ef53beecc2 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; class A is repr<CStruct> { has num64 $.array[2][2] is CArray; };
(exit code 1)
===SORRY!===
The [] shape syntax with the $ sigil is reserved
at /tmp/qHODkAeMQX:1
------> A is repr<CStruct> { has num64 $.array[2⏏][2] is CArray; };
The [] shape syntax with the $ sigil is reserved
at /tmp/qHODkAeMQX:1
------> s repr<CStruct> { has num64 $.array[2][2⏏] is CArray; };
expecting any of:
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment