Help for this page
class A { has Str $.x ; ... } A.new(x =>'hello').test;
class A { has Str $.x ; ... } A.new;