void f(x) { const y = 1; switch (x) { case y as int? ?: break; } }