mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Fix error with implementing interfaces
This commit is contained in:
@@ -61,7 +61,7 @@ abstract private class GeneratedType extends RefType {
|
||||
exists(string cls, string interface, string int_kw | result = cls + int_kw + interface |
|
||||
(
|
||||
if exists(getAnInterestingBaseType().(Class))
|
||||
then cls = " extends " + stubTypeName(getAnInterestingBaseType())
|
||||
then cls = " extends " + stubTypeName(getAnInterestingBaseType().(Class))
|
||||
else cls = ""
|
||||
) and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user