Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually return instantiated Scalar.
Fixes RT #124940.
  • Loading branch information
jnthn committed Jul 6, 2015
1 parent 87687ea commit 37f384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -1266,7 +1266,7 @@ BEGIN {
nqp::bindattr($dcself, Scalar, '$!value',
$val.HOW.instantiate_generic($val, $type_environment));
}
$self
$dcself
}));
Scalar.HOW.compose_repr(Scalar);

Expand Down

0 comments on commit 37f384e

Please sign in to comment.