﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0134</ErrorName>
  <Examples>
    <string>// cs0134.cs: `C.o': A const of reference other than string can only be initialized with null
// Line: 6

public class C
{
    public const object o = "12345";
}
</string>
  </Examples>
</ErrorDocumentation>