<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8341</ErrorName>
  <Examples>
    <string>// CS8341: Auto-implemented instance property `S.field' in readonly structs must be readonly
// Line: 6
// Compiler options: -langversion:latest

readonly struct S
{
	int field { get; set; }
}</string>
  </Examples>
</ErrorDocumentation>