Created
October 20, 2019 14:58
-
-
Save Whateverable/6c6def919c696ea9678be2531a6f4fb0 to your computer and use it in GitHub Desktop.
bisectable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN { my str $name = 'foo'; our $subset := Metamodel::SubsetHOW.new_type: :$name; $*W.add_object_if_no_sc: $subset }; say $subset.^name.WHAT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Output on both points: «===SORRY!=== Error while compiling /tmp/PJPUG5gSKt | |
An exception occurred while evaluating a BEGIN | |
at /tmp/PJPUG5gSKt:1 | |
Exception details: | |
===SORRY!=== Error while compiling | |
Required named parameter 'refinee' not passed | |
at : | |
» |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment