class C { String test(int i) { switch (i) { case 0 ->{ return null; } case 1 ->{ return (null); } } return ""; } }