1 // CS0154: The property or indexer `BugReport.MyProperty' cannot be used in this context because it lacks the `get' accessor
6 static float MyProperty
{
10 static void MyExtension (this float val
)
14 public static void Main ()
16 MyProperty
.MyExtension ();