Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0458-12.cs
blobfbc17fac4193f696e1222b8403b7c5032dcf61a2
1 // CS0458: The result of the expression is always `null' of type `int?'
2 // Line: 9
3 // Compiler options: -warnaserror -warn:2
5 class C
7 static void Foo()
9 var res = null >> 2;