mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
20 lines
393 B
C#
20 lines
393 B
C#
// The contents of this file are ignored because the file is
|
|
// classed as generated code.
|
|
|
|
using System;
|
|
|
|
class Ignored
|
|
{
|
|
void f2()
|
|
{
|
|
// GOOD: Constants in generated code
|
|
var x = 555 +
|
|
555 + 555 + 555 + 555 + 555 + 555 + 555 + 555 + 555 + 555 +
|
|
555 + 555 + 555 + 555 + 555 + 555 + 555 + 555 + 555 + 555;
|
|
|
|
var v1 = "abcdefgh";
|
|
|
|
}
|
|
|
|
}
|