mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Remove test code
This commit is contained in:
@@ -737,10 +737,6 @@ class TypeSetLiteralType extends @typesetliteraltype, CompositeType {
|
||||
override string toString() { result = "type set literal type" }
|
||||
}
|
||||
|
||||
predicate foo(NamedType t, string name, Type mt) {
|
||||
t.getUnderlyingType().(InterfaceType).getMethodType(name) = mt
|
||||
}
|
||||
|
||||
/** An interface type. */
|
||||
class InterfaceType extends @interfacetype, CompositeType {
|
||||
/** Gets the type of method `name` of this interface type. */
|
||||
|
||||
Reference in New Issue
Block a user