[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs7023-2.cs
blobee14e24f96d23bc69eb1e474b2e837a4445b384a
1 // CS7023: The second operand of `is' or `as' operator cannot be static type `X'
2 // Line: 8
4 static class X
6 public static void Main ()
8 var v = null is X;