mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
10 lines
83 B
C#
10 lines
83 B
C#
class Bad
|
|
{
|
|
int Field;
|
|
|
|
public Bad(int i)
|
|
{
|
|
Field = i;
|
|
}
|
|
}
|