for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs8310.cs
blob134624c03b708ea953c0d576d1ffdfbbbe05d027
1 // CS8310: Operator `+' cannot be applied to operand `default'
2 // Line: 9
3 // Compiler options: -langversion:latest
5 class C
7 static void Main ()
9 int h = 1 + default;