[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0458-13.cs
blob72468475f8b9ed934e54d0890f31c21de6b795a7
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;