DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / 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; }