1 abstract class AbstractClassWithSynchMethodWithNoIdentityModifier {
2     synhronized void foo() { }
3 }
4