mirror of
https://github.com/github/codeql.git
synced 2026-05-23 15:47:11 +02:00
KE2: Tweak functino labels slightly
This commit is contained in:
@@ -1543,10 +1543,10 @@ OLD: KE1
|
||||
"<${functionTypeParameters.size}>"
|
||||
else ""
|
||||
*/
|
||||
val prefix = "x" // TODO
|
||||
val prefix = "callable" // TODO
|
||||
val paramTypeIds = "x" // TODO
|
||||
val returnTypeId = "x" // TODO
|
||||
val typeArgSuffix = "x" // TODO
|
||||
val typeArgSuffix = "" // TODO
|
||||
return "@\"$prefix;{$parentId}.$name($paramTypeIds){$returnTypeId}$typeArgSuffix\""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user