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;
18 public static void Main ()
20 const object o
= null;
21 const string s
= (string) o
;