using System; // CS8019 class Class { static void Main(string[] args) { var x = 2; // CS0219 return; var y = 3; // CS0219, CS0162 } }