<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1685</ErrorName>
  <Examples>
    <string>// CS1685: The predefined type `System.Runtime.CompilerServices.ExtensionAttribute' is defined multiple times. Using definition from `mscorlib.dll'
// Line: 0
// Compiler options: -warn:1 -warnaserror -r:System.Core.dll -r:CS1685-2-lib.dll

</string>
    <string>// CS1685: The predefined type `System.Int32' is defined multiple times. Using definition from `mscorlib.dll'
// Line: 0
// Compiler options: -warn:1 -warnaserror

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