<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8050</ErrorName>
  <Examples>
    <string>// CS8050: `C.P': Only auto-implemented properties can have initializers
// Line: 6

abstract class C
{
	public abstract int P { get; } = 4;
}</string>
  </Examples>
</ErrorDocumentation>