mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
7 lines
67 B
C#
7 lines
67 B
C#
using System;
|
|
|
|
class Bad
|
|
{
|
|
public int CompareTo(Bad b) => 0;
|
|
}
|