Remove TODO for method source-declarations

This was resolved when method type arguments were implemented.
This commit is contained in:
Chris Smowton
2022-02-10 15:58:09 +00:00
committed by Ian Lynagh
parent 1ecbf8e84b
commit 2a6afff8ba

View File

@@ -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)