fix run-test
[mcs.git] / errors / gcs0840.cs
blobbc4ee41605646f90363c34082c3ae9f11e74220a
1 // CS0840: `Test.Property.get' must have a body because it is not marked abstract or extern. The property can be automatically implemented when you define both accessors
2 // Line: 7
5 public abstract class Test
7 public string Property { get; }