<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS1685</ErrorName>
  <Examples>
    <string>// CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition
// Line: 0
// Compiler options: -warn:1 -warnaserror

namespace System {
	public struct Int32 {
	}
}
</string>
  </Examples>
</ErrorDocumentation>