The error happens when instructing class like ``` public class Main { public synchronized static boolean h() { return true; } } ```