1 2 3 4 5 6 7 8 9
// CS0504: The constant `Sample.constant' cannot be marked static // Line: 5 class Sample { static const bool constant = false; }