mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
132 B
C#
9 lines
132 B
C#
|
|
class C
|
|
{
|
|
// BAD: A TODO comment
|
|
// BAD: A FIXME comment
|
|
// GOOD: A normal comment
|
|
// GOOD: Lowercase todo fixme
|
|
}
|