mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Remove TODO for method source-declarations
This was resolved when method type arguments were implemented.
This commit is contained in:
committed by
Ian Lynagh
parent
1ecbf8e84b
commit
2a6afff8ba
@@ -600,7 +600,6 @@ open class KotlinFileExtractor(
|
||||
val methodId = id as Label<DbMethod>
|
||||
tw.writeMethods(methodId, shortName, "$shortName$paramsSignature", returnType.javaResult.id, parentId, sourceDeclaration as Label<DbMethod>)
|
||||
tw.writeMethodsKotlinType(methodId, returnType.kotlinResult.id)
|
||||
// TODO: fix `sourceId`. It doesn't always match the method ID.
|
||||
}
|
||||
|
||||
tw.writeHasLocation(id, locId)
|
||||
|
||||
Reference in New Issue
Block a user