import org.jetbrains.annotations.Nullable; class BrokenAlignment { void test(@Nullable String n) { switch (n) { } } }