[FIR] Fix overload conflicts resolution for callable references with defaults
This commit is contained in:
committed by
teamcityserver
parent
e3b92fd561
commit
1a3b5657c7
@@ -105,6 +105,9 @@ class Candidate(
|
||||
set(value) {
|
||||
field = value
|
||||
usesSuspendConversion = value?.suspendConversionStrategy == SuspendConversionStrategy.SUSPEND_CONVERSION
|
||||
if (value != null) {
|
||||
numDefaults = value.defaults
|
||||
}
|
||||
}
|
||||
|
||||
var usesSuspendConversion: Boolean = false
|
||||
|
||||
Reference in New Issue
Block a user