mirror of
https://github.com/github/codeql.git
synced 2026-03-26 17:28:29 +01:00
49 lines
589 B
C#
49 lines
589 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;
|
|
using System;
|
|
|
|
class C1
|
|
{
|
|
void f()
|
|
{
|
|
int a;
|
|
int b;
|
|
int c;
|
|
int d;
|
|
int e;
|
|
int f;
|
|
int g;
|
|
int h;
|
|
int i;
|
|
int j;
|
|
int k;
|
|
}
|
|
}
|
|
|
|
class C2
|
|
{
|
|
void f()
|
|
{
|
|
int a;
|
|
int b;
|
|
int c;
|
|
int d;
|
|
int e;
|
|
int f;
|
|
int g;
|
|
int h;
|
|
int i;
|
|
int j;
|
|
int k;
|
|
}
|
|
}
|