Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs8130.cs
blobde6d131c023ce8ed288aba2e34d00f7000e04c2b
1 // CS8130: Cannot infer the type of implicitly-typed deconstruction variable `yy'
2 // Line: 8
4 class X
6 public static void Main ()
8 var (xx, yy) = (1, Main);