// "Fix all 'Nullability and data flow problems' problems in file" "true" class Main { void t() { int i = 5; switch(i) { // Apply 'Fix all problems in the file' } } }