mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Kotlin: Make an unnecessarily-optional argument a required argument
This commit is contained in:
@@ -643,7 +643,7 @@ class X {
|
||||
returnType: IrType,
|
||||
extensionReceiverParameter: IrValueParameter?,
|
||||
functionTypeParameters: List<IrTypeParameter>,
|
||||
classTypeArguments: List<IrTypeArgument>? = null
|
||||
classTypeArguments: List<IrTypeArgument>?
|
||||
): String {
|
||||
val parentId = useDeclarationParent(parent, false, classTypeArguments, true)
|
||||
return getFunctionLabel(getEnclosingClass(parent), parentId, name, parameters, returnType, extensionReceiverParameter, functionTypeParameters, classTypeArguments)
|
||||
|
||||
Reference in New Issue
Block a user