mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
5 lines
70 B
C#
5 lines
70 B
C#
class Bad
|
|
{
|
|
bool IsNull(object o) => o.Equals(null); // $ Alert
|
|
}
|