quote only work on lambda on net_4_0
[mcs.git] / errors / cs0053-3.cs
blobe40164a4c9040405f7da2a014aa077a84c1eaf5a
1 // CS0053: Inconsistent accessibility: property type `MonoTests.System.ComponentModel.PropertyDescriptorTests.MissingConverterType_test.NestedClass' is less accessible than property `MonoTests.System.ComponentModel.PropertyDescriptorTests.MissingConverterType_test.Prop'
2 // Line: 12
4 namespace MonoTests.System.ComponentModel
6 public class PropertyDescriptorTests
8 class MissingConverterType_test
10 class NestedClass { }
12 public NestedClass Prop {
13 get { return null; }