DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0504.cs
123456789
// CS0504: The constant `Sample.constant' cannot be marked static // Line: 5 class Sample { static const bool constant = false; }