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