Files
codeql/csharp/ql/test/metric-tests/duplicatedcode/file1.cs
2018-08-02 17:53:23 +01: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;
}
}