We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd813ff commit 9fe987fCopy full SHA for 9fe987f
1 file changed
src/Chapter13/Listing13.21.StaticAnonymousFunctions.cs
@@ -31,7 +31,7 @@ public static void Main()
31
// Error CS8820: A static anonymous function
32
// cannot contain a reference to comparisonCount.
33
comparisonCount++;
34
- #endif // COMPILEERROR EXCLUDE
+ #endif // COMPILEERROR // EXCLUDE
35
return first < second;
36
}
37
);
0 commit comments