[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0102-8.cs
blobd029ae5492731900cc6095caf46649e99713b313
1 // CS0102: The type `SampleClass' already contains a definition for `set_Item'
2 // Line: 6
4 public class SampleClass {
5 protected const int set_Item = 3;
6 const int set_Item = 5;