12345 class CompileError::String::AssignNonMutableToMutable { static method main : int () { my $string : mutable string = "abc"; }}
class CompileError::String::AssignNonMutableToMutable {
static method main : int () {
my $string : mutable string = "abc";
}