mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Migrate Java code to separate QL repo.
This commit is contained in:
8
java/ql/test/query-tests/Naming/NamingTest.java
Normal file
8
java/ql/test/query-tests/Naming/NamingTest.java
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
public class NamingTest {
|
||||
public boolean equals(Object other) { return false; }
|
||||
public boolean equals(NamingTest other) { return true; }
|
||||
|
||||
public void visit(Object node) {}
|
||||
public void visit(NamingTest t) {}
|
||||
}
|
||||
Reference in New Issue
Block a user