import org.jetbrains.annotations.*; class Test { void test(int x) { Integer y = null; switch (x) { case y: } } }