Kotlin: Add a test that was failing dbcheck, and comment out the cause

This commit is contained in:
Ian Lynagh
2021-11-11 13:24:57 +00:00
parent 8fc75abc6c
commit 0bf60fff53
4 changed files with 12 additions and 0 deletions

View File

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