load configuration from /Users/melezhik/projects/r3tool/.tomty/env/config.source.raku
==================================================
[https://github.com/rakudo/rakudo/issues/4992]
==================================================
[task run: task.bash - 4992]
[dump code: task.bash]
[1] set -e
[2] 
[3] $RAKUBIN -v
[4] 
[5] cat << 'HERE' > $cache_dir/code.raku
[6] class A {
[7] 
[8] }
[9] 
[10] class C {
[11]     has A() $.attr is required;
[12] }
[13] 
[14] my $c4 = C.new: attr => 42;
[15] HERE
[16] 
[17] $RAKUBIN $cache_dir/code.raku
[18] 
[task stdout]
14:02:48 :: Welcome to Rakudo™ v2022.07-17-g6c948e006.
14:02:48 :: Implementing the Raku® Programming Language v6.d.
14:02:48 :: Built on MoarVM version 2022.07.
[task stderr]
14:02:48 :: Impossible coercion from 'Int' into 'A': no acceptable coercion method found
14:02:48 ::   in block <unit> at /Users/melezhik/.sparrow6/tmp/1303913/1/code.raku line 9
14:02:48 :: 
14:02:48 :: task exit status: 1
14:02:48 :: task 4992 FAILED