1 // It's actually C# specification and csc bug
2 // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=310363
6 static void Foo (string val
)
8 const object obj
= null;
19 const string c2
= null;
21 public static void Main ()
23 const object o
= null;
24 const string s
= (string) o
;