Disallow named arguments for SAM adapters
SAM adapters are Java functions, and named arguments are not allowed for Java functions #KT-5022 Fixed
This commit is contained in:
@@ -255,9 +255,9 @@ private object KotlinResolveDataProvider {
|
||||
TopDownAnalysisParameters.createForLazy(
|
||||
resolveSession.getStorageManager(),
|
||||
resolveSession.getExceptionTracker(),
|
||||
analyzeCompletely = { true },
|
||||
analyzingBootstrapLibrary = false,
|
||||
declaredLocally = false
|
||||
/* analyzeCompletely = */ { true },
|
||||
/* analyzingBootstrapLibrary = */ false,
|
||||
/* declaredLocally = */ false
|
||||
),
|
||||
listOf(analyzableElement)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user