<?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>CS0730</ErrorName>
  <Examples>
    <string>// CS0730: Cannot forward type `C.CC' because it is a nested type
// Line: 8
// Compiler options: -r:CS0730-lib.dll

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof (C.CC))]
</string>
  </Examples>
</ErrorDocumentation>