# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #88748]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=88748 >
rakudo: given 42 { when SomeUndeclaredType { say "OH HAI" };
default { say "OH NOES" }
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #88750]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=88750 >
rakudo: role A { our sub foo { say "OH HAI" } }; A::foo
rakudo 5ac05e: OUTPUT«Cannot f