[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1066.cs
blobe3dcf75fefc8bbdccd2e1d52363794ebd071824b
1 // CS1066: The default value specified for optional parameter `i' will never be used
2 // Line: 6
3 // Compiler options: -warnaserror
5 public class C
7 public int this [int i = 1] {
8 set {}