mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #37 from tibbes/cs/test-class-naming
Approved by hvitved
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class SelfAssignment
|
||||
{
|
||||
private int i;
|
||||
public TestableTest(int i)
|
||||
public SelfAssignment(int i)
|
||||
{
|
||||
i = i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user