Skip to content

Commit

Permalink
Revert "Change to non-native type"
Browse files Browse the repository at this point in the history
This reverts commit 651c475.

Alas, the PR does not seem to be ready yet :-(
  • Loading branch information
lizmat committed Aug 1, 2018
1 parent 3c8c600 commit 0ac4276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Enumeration.pm6
Expand Up @@ -2,7 +2,7 @@
my role Enumeration {
has $.key;
has $.value;
has Int $!index;
has int $!index;

method enums() { self.^enum_values.Map }

Expand Down

0 comments on commit 0ac4276

Please sign in to comment.