K1: Place integer cinterop conversions under a language feature
Note that it's quite hard to emit a particular diagnostic as type check happens later, after the conversion ^KT-56583
This commit is contained in:
committed by
Space Team
parent
2cad26f4cc
commit
82524fde26
@@ -327,6 +327,7 @@ enum class LanguageFeature(
|
||||
InlineLateinit(sinceVersion = null, kind = OTHER), // KT-23814
|
||||
EnableDfaWarningsInK2(sinceVersion = null, kind = OTHER), // KT-50965
|
||||
ContractSyntaxV2(sinceVersion = null, kind = UNSTABLE_FEATURE), // KT-56127
|
||||
ImplicitSignedToUnsignedIntegerConversion(sinceVersion = null), // KT-56583
|
||||
;
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user