cleol
[mcs.git] / errors / gcs1644-14.cs
blobb4ea89a13729b4b47fd3543925fb34b1b746172b
1 // CS1644: Feature `nullable types' cannot be used because it is not part of the C# 1.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:ISO-1
5 struct C
7 void G ()
9 object o = (C?[]) this;