import org.jetbrains.annotations.Nullable; public class BrokenAlignment { void test(@Nullable Object n) { synchronized (n) { } } }