DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs0283-3.cs
12345678
// CS0283: The type `int*' cannot be declared const // Line: 10 // Compiler options: -unsafe unsafe class Test { const int* o = null; }