class TestCase::CompileError::LocalVar::LocalVarNameInvalidColon {
  static method foo : void () {
    my $FOO:BAR = 0;
  }
}