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