quote only work on lambda on net_4_0
[mcs.git] / errors / cs0168-3.cs
blob9f9283b5fca14782cbc66fb0f6d0b53fb6030e77
1 // cs0168-3.cs: The variable `y2' is declared but never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class CompilerBugDemo
7 public static object Wrong()
9 object y2;
10 return null;