Files
codeql/csharp/ql/test/query-tests/Metrics/Files/FLinesOfDuplicatedCode/file1.cs
2018-10-04 11:13:01 +02:00

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;
}
}