Don't use builder inference if possible
The builder inference is running only if there are still uninferred type variables ^KT-48193 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
3df5667a4b
commit
55811c8851
@@ -220,6 +220,7 @@ enum class LanguageFeature(
|
||||
OptInContagiousSignatures(KOTLIN_1_6, kind = BUG_FIX),
|
||||
RepeatableAnnotations(KOTLIN_1_6),
|
||||
RepeatableAnnotationContainerConstraints(KOTLIN_1_6, kind = BUG_FIX),
|
||||
UseBuilderInferenceOnlyIfNeeded(KOTLIN_1_6),
|
||||
|
||||
// 1.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user