[FIR] Report INAPPLICABLE_CANDIDATE or more specific diagnostic for callable references
... instead of just UNRESOLVED_REFERENCE when something went wrong during resolution. #KT-59401 related
This commit is contained in:
committed by
Space Team
parent
6b7eeec181
commit
d91000e39c
@@ -26,7 +26,7 @@ infix fun filter(filter: (R, Any?) -> Boolean): Delegate<R, T>
|
||||
class GitLabChangesProcessor: DatabaseEntity {
|
||||
var buildProcessors by child_many(
|
||||
GitLabBuildProcessor::class.java,
|
||||
GitLabBuildProcessor::<!UNRESOLVED_REFERENCE!>processor<!>
|
||||
GitLabBuildProcessor::<!INAPPLICABLE_CANDIDATE!>processor<!>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ infix fun filter(filter: (R, Any?) -> Boolean): Delegate<R, T>
|
||||
class GitLabChangesProcessor: DatabaseEntity {
|
||||
var buildProcessors by child_many(
|
||||
GitLabBuildProcessor::class.java,
|
||||
GitLabBuildProcessor::<!UNRESOLVED_REFERENCE!>processor<!>
|
||||
GitLabBuildProcessor::<!INAPPLICABLE_CANDIDATE!>processor<!>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user