[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8315.cs
blobc40bf8613b43aae04edef2224542c7995fcc0006
1 // CS8315: Operator `==' is ambiguous on operands `default' and `default'
2 // Line: 9
3 // Compiler options: -langversion:latest
5 class C
7 static void Main ()
9 bool d = default == default;