mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01:00
31 lines
372 B
C#
31 lines
372 B
C#
// These are not counted as duplicates:
|
|
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
using System;
|
|
|
|
class C3
|
|
{
|
|
void f()
|
|
{
|
|
int a;
|
|
int b;
|
|
int c;
|
|
int d;
|
|
int e;
|
|
int f;
|
|
int g;
|
|
int h;
|
|
int i;
|
|
int j;
|
|
int k;
|
|
}
|
|
}
|
|
|