Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcs0730.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80f7887684c282eb702a201dfbaf2103ea86bdee (plain)
1
2
3
4
5
6
7
8
// gcs0730.cs: Cannot forward type `C.CC' because it is a nested type
// Line: 8
// Compiler options: -r:GCS0730-lib.dll

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo(typeof (C.CC))]