<?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>CS0739</ErrorName>
  <Examples>
    <string>// CS0739: A duplicate type forward of type `int'
// Line: 8

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof (int))]
[assembly: TypeForwardedTo(typeof (int))]
</string>
  </Examples>
</ErrorDocumentation>