Report UNUSED_PARAMETER in setter #KT-21129 Fixed
This commit is contained in:
@@ -685,6 +685,9 @@ class ControlFlowInformationProvider private constructor(
|
||||
report(UNUSED_PARAMETER.on(element, variableDescriptor), ctxt)
|
||||
}
|
||||
}
|
||||
is KtPropertyAccessor -> {
|
||||
report(UNUSED_PARAMETER.on(element, variableDescriptor), ctxt)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user