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

cs0610-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4dbd6ea205cef245f80fe44c95404b5dd86ed8d (plain)
1
2
3
4
5
6
// cs0610-3.cs: Field or property cannot be of type `System.TypedReference'
// Line: 5

public class Sample {
        const System.TypedReference arg = null;
}