Skip to content

Commit

Permalink
RT #127841: .gist on coercion type objects
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 5, 2016
1 parent 2108749 commit e7fb85a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion S12-coercion/coercion-types.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 18;
plan 20;

# coercion types in parameter lists
{
Expand Down Expand Up @@ -91,4 +91,8 @@ class NastyChild is Parent { };
isa-ok Co.invocant, SubCo, 'Can coerce invocant to subclass';
}

# RT #127841
is Int:U.gist, '(Int:U)', '.gist on coercion types';
is Proc::Async:U.gist, '(Async:U)', '.gist on coercion types uses shortname';

# vim: ft=perl6

0 comments on commit e7fb85a

Please sign in to comment.