mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Kotlin: Add a test that was failing dbcheck, and comment out the cause
This commit is contained in:
@@ -654,11 +654,14 @@ class X {
|
||||
})
|
||||
val kotlinResult = TypeResult(kotlinId, kotlinSignature)
|
||||
|
||||
/*
|
||||
TODO
|
||||
tw.getLabelFor<DbMethod>("@\"callable;{$id}.clone(){$id}\"") {
|
||||
tw.writeMethods(it, "clone", "clone()", javaResult.id, kotlinResult.id, javaResult.id, it)
|
||||
// TODO: modifiers
|
||||
// tw.writeHasModifier(clone, getModifierKey("public"))
|
||||
}
|
||||
*/
|
||||
|
||||
return TypeResults(javaResult, kotlinResult)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user