Fix inference for lambdas with with extension function expected type
^KT-49832 Fixed ^KT-49836 Fixed
This commit is contained in:
committed by
teamcityserver
parent
3fb17cfa9a
commit
0d9ad62d4a
@@ -241,6 +241,7 @@ enum class LanguageFeature(
|
||||
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
|
||||
EliminateAmbiguitiesWithExternalTypeParameters(KOTLIN_1_7),
|
||||
EliminateAmbiguitiesOnInheritedSamInterfaces(KOTLIN_1_7),
|
||||
ConsiderExtensionReceiverFromConstrainsInLambda(KOTLIN_1_7, kind = BUG_FIX), // KT-49832
|
||||
|
||||
// 1.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user