fix(deps): update kotlin monorepo to v1.9.10 - autoclosed #842
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.22
->1.9.10
1.8.22
->1.9.10
1.8.22
->1.9.10
Release Notes
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-gradle-plugin)
v1.9.10
: Kotlin 1.9.10Changelog
Compiler
KT-60769
Partially revert KT-58371KT-60659
Incorrect 'unresolved reference: addFirst' error with JDK 21KT-60371
Native custom allocator link errorKT-60986
Native: static caches with custom runtime options are broken on LinuxKT-60770
Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21KT-60231
NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0JavaScript
KT-60785
KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type errorKT-60852
Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0KT-57509
KJS: Compiler generates native JS operator == for comparing values with Any typeNative
KT-60230
Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3KT-60758
Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4Native. C and ObjC Import
KT-59167
Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1Tools. Gradle
KT-61147
Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of GsonKT-60543
NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtensionChecksums
v1.9.0
Analysis API
New Features
KT-57930
Analysis API: provide an API for extending Kotlin resolutionKT-57636
K2: Add the return type of K2 reference shortener AAShortenCommand::invokeShortening()
e.g.,ShorteningResultInfo
to allow callers to access the shortening result PSIFixes
KT-58249
Analysis API: Disable error logging for FE10 implementation of resolveCall when resolve is not successfulKT-55626
Impossible to restore symbol by psi from script fileKT-57314
LL FIR: CombineLLFirProvider$SymbolProvider
s in session dependencies (optimization)KT-55527
K2 IDE: Rewrite KtScopeContext class to allow to handle each scope separatelyKT-55329
LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and function declarationKT-50732
LL API: fix compiler based testsKT-57850
K2: contract violation due to SymbolLightAccessorMethod.propertyAccessorSymbolKT-56543
LL FIR: rework lazy transformers so transformers modify only declarations they suppose toKT-56721
K2: FirExtensionDeclarationsSymbolProvider: java.lang.IllegalStateException: Recursive updateKT-50253
Analysis API: Solve issues with ProcessCancelledExceptionKT-56800
K2 IDE: optimize deprecation calculation for symbolsKT-55006
Analysis API does not transform Java type refs for callable symbol return typesKT-57256
AA FIR: Reduce lazy resolve phase for deprecation statusKT-57619
K2: CFG for class initializer is not correctly built in reversed resolve modeKT-58141
K2: AA FIR: impossible to restore symbol for declaration with annotation with argument inside typeKT-57462
Symbol Light Classes: SymbolLightFieldForProperty should retrieve annotations not from KtPropertySymbol, but from the corresponding backing fieldKT-54864
Analysis API: add function to get expect KtSymbol list by actual KtSymbolKT-56763
Analysis API:.KtSourceModuleImpl is missing in the map.
on symbol restore when symbol cannot be seen from the use-site moduleKT-56617
Analysis API: optimize KtFirSymbolProviderByJavaPsi.getNamedClassSymbolKT-54430
K2: .getAllOverriddenSymbols() returns invalid resultsBackend. Native. Debug
KT-55440
Kotlin/Native debugger: inline function parameters are not visible during debuggingBackend. Wasm
KT-58293
Wasm: ReferenceError: e is not defined in kotlin.test.jsThrowKT-58931
Wasm tests are failing to start on Kotlin 1.9.0-BetaKT-58188
Restore binary compatibility of PlatformDiagnosticSuppressor.shouldReportUnusedParameterKT-57136
K/Wasm: Restrict non-external types in JS interopKT-57060
Clarify the lack of support for dynamic in Kotlin/WasmKT-56955
K/Wasm: Support restricted version of K/JSjs(code)
KT-57276
Wasm: "Body not found for function" error when compiling konform library with Kotlin/Wasm supportKT-56976
K/Wasm bug with calling override of external function with default parametersCompiler
New Features
KT-55333
Allow secondary constructors in value classes with bodiesKT-54944
@Volatile
support in nativeKT-54746
Deprecate with ERROR JvmDefault annotation and old -Xjvm-default modesKT-47902
Do not propagate method deprecation through overridesKT-29378
K2: rework warnings/errors for equality/identity operators on incompatible typesKT-57477
False-positive overload resolution ambiguity in case of lambda without argumentsKT-57010
Kotlin/Native: make it possible to compile bitcode in a separate compiler invocationKT-55691
K2: Avoid inferring Nothing? in presence of other constraints (beside type parameter bounds)KT-46288
Unexpected behavior of extension function on lambda with suspend receiverKT-24779
Inconsistent smart cast behavior for bound data flow valuesPerformance Improvements
KT-23397
Optimize out field for property delegate when it's safe (JVM)KT-56906
FIR: Use cached instance of FirImplicitTypeRefImpl in FIR buildersKT-56276
LanguageVersion.getVersionString() allocates 5k objects on project openingFixes
KT-57784
"NullPointerException: Parameter specified as non-null is null:" with enum, companion object, 'entries' and mapKT-55217
K2: support callable reference conversions on top-level expressionsKT-57232
K2: build Space JVM (master)KT-59079
"AE: SyntheticAccessorLowering should not attempt to modify other files!" with callable reference to constructor with value class parameterKT-58837
Partial linkage fails to report any compiler message on Windows when launched through Gradle pluginKT-57602
K2: Rework member scope of types having projection arguments for covariant parametersKT-55171
Put new contracts syntax under a feature flagKT-58719
K2: false-positive INVISIBLE_REFERENCE error in case of importing an internal abstract classKT-56030
[K2/N] Support Objective-C overloading by param names onlyKT-57510
K2: Data class equals/hashCode/toString methods are not written to Klib metadataKT-56331
K2: compiler backend crash on usage of expected function with default argumentsKT-53846
K2 / Context receivers: ClassCastException on secondary constructor of class with context receiverKT-58621
K2: Private class shadows public function defined in the same packageKT-59102
K2: constant evaluator does not provide Long type on shlKT-59066
[K2] delegation leads to "IllegalStateException: Expected some types"KT-56074
K2: build Space JVM (snapshot 2022.3)KT-58787
KAPT: "NullPointerException: null cannot be cast to non-null type" with delegateKT-57022
K2 IllegalStateException in signature computationKT-56792
K2: build kotlinpoetKT-57373
K2: FIR properties synthesized when implementing interface by delegation don't have accessorsKT-56583
K1: Implement opt-in for integer cinterop conversionsKT-59030
[PL] Workaround for broken@Deprecated
annotations in c-interop KLIBsKT-58618
K2: Local property delegates cannot infer generic return typeKT-36770
Prohibit unsafe calls with expected@NotNull
T and given Kotlin generic parameter with nullable boundKT-56739
K2: build Space iOSKT-57131
K2: stdlib test compilation fails on ListTest.kt in FirJvmMangleComputerKT-58137
K2: ISE "Usage of default value argument for this annotation is not yet possible" when instantiating Kotlin annotation with default parameter from another moduleKT-58897
K2: False positive unresolved reference with same-named enum class and its entryKT-40903
Forbid actual member in expect classKT-30905
Expect var property with default public setter matches with actual var property with private setterKT-56172
K2: Fix reporting of PRIVATE_CLASS_MEMBER_FROM_INLINE errorKT-56171
Implement deprecation warning for missing PRIVATE_CLASS_MEMBER_FROM_INLINE errorKT-27261
Contracts for infix functions don't work (for receivers and parameters)KT-56927
Enum with secondary constructor can't be compiled with K2 using JS/Native backendKT-53568
Partial linkage: absent class as type parameter bound causes failure ofcompileProductionExecutableKotlinJs
KT-53608
Partial linkage: Kotlin/JS fails with IllegalStateException: "Validation failed in file" when overridden declaration was visible, but now privateKT-53663
Partial linkage: usage of property which becomes abstract: no IrLinkageError, but AssertionError in Native backend insteadKT-56013
K2. a set of errors about local properties are missingKT-53939
Partial linkage: with turning object into class linkNative and jsTest tasks failKT-53938
Partial linkage: with turning interface into class and using as second parent Native build failsKT-53941
Partial linkage: with turning class into object accessing member via parameterless constructor does not failKT-53970
Partial linkage: on turning nested class into inner JS tasks are successful, Native build failsKT-53971
Partial linkage: turning inner class into nested: without usage in executable Native is successful, JavaScript failsKT-53972
Partial linkage: turning inner class into nested: with usage in executable Native fails with NPE in backendKT-54045
Partial linkage: turning class into type alias + calculating implicit function type: build fails with UninitializedPropertyAccessException: "lateinit property parent has not been initialized"KT-54046
Partial linkage: turning type alias into class + using it as type: build fails with AssertionError: "Expected exactly one delegating constructor call but none encountered"KT-53887
Partial linkage: turning from enum to regular class + reference to enum contant causes compileProductionExecutableKotlinJs fail with IllegalStateExceptionKT-54047
Partial linkage: reference to removed enum const causes JS fail with "IllegalStateException: Validation failed in file"KT-54048
Partial linkage: reference to removed enum const in runtime causes Native fail with IllegalStateException at IrBindablePublicSymbolBase.getOwner()KT-53995
Partial linkage: on turning class to abstract and direct constructor call Naive fails, JavaScript is successfulKT-43527
@ExtensionFunctionType
is allowed on function types with no parameters and leads to backend exceptionKT-55316
K2. IllegalStateException on incorrect import directive nameKT-57570
Remove source code excerpts from platform type nullability assertion exceptionsKT-56073
K2: build ExposedKT-47932
Report errors on cycles in annotation parameter typesKT-38871
Kotlin Gradle DSL, MPP: UNUSED_VARIABLE when configuring a sourceset with delegated propertyKT-46344
No error for a super class constructor call on a function interface in supertypes listKT-56609
K2: False positive NULL_FOR_NONNULL_TYPE with -Xjsr305=strict and@Nullable
annotation Java parameterKT-56656
K1/K2: inconsistent NOTHING_TO_OVERRIDE with complex nullable annotationsKT-58332
K2: local fun with suspend type is not marked as suspend in IRKT-57991
K2: Modifier 'suspend' is not applicable to 'anonymous function'KT-54294
K2: "Not all type variables found" in builder inference with type parameters inferred through a union of two branchesKT-58564
[PL] Annotations with unlinked parameters are not removedKT-52597
Provide Alpha Support for Multiplatform in the K2 platformKT-58523
K2: reference is resolved to imported type-alias instead of identically named top-level propertyKT-57098
Native: avoid object initialization while accessing const valKT-57973
32-th default value in inline classes override function is not usedKT-57714
"IllegalStateException: <B::!>" using reified genericsKT-57810
toString
of object erroneously considered as constant function in string concatenationKT-58076
K2: Incorrect inference of type of labeled receiverKT-57929
K2: Arguments of annotations are not calculated in a lot of strange locationsKT-54874
K2. No compilation error with incorrect Comparator invocationKT-55388
Consider enabling ProhibitUsingNullableTypeParameterAgainstNotNullAnnotatedKT-53041
NPE in Kotlin 1.7.0 when using RxJava Maybe.doOnEvent with anonymous parametersKT-54829
Cleanup local types approximation logicKT-58577
K2: private Kotlin property prevents use of Java set-method from Java-Kotlin-Java hierarchy in another moduleKT-58587
MUST_BE_INITIALIZED must take into account effectivelly finalKT-58524
K2: false-positive overload resolution ambiguity error on invoking a generic class's member function with id-shaped function-typed parameter on intersection-typed receiverKT-53929
Enum.entries: consider changing scope behavior in K1KT-58520
K2: FIR2IR: ISE during const evaluation of operator times with exposedKT-57905
K1: resolution to base class's Java field instead of derived class's Kotlin property is not deprecated in case of different typesKT-56662
K1: false negative INVISIBLE_SETTER for a var with internal setter accessed from a derived classKT-57770
K2: Support generation of serializer if base class for serializable class declared in different moduleKT-58375
Kapt: "wrong number of type arguments. required 1" when more than 22 type argumentsKT-48870
[FIR] Different behavior for explicit receiver resolution inside delegated constructorsKT-58013
K2: "Not enough information to infer type variable T" when using assert non-null (!!) and delegationKT-58365
K2: Fix stub types leakage in builder inference caused by implicit receiver type update with partially resolved calls (IGNORE_LEAKED_INTERNAL_TYPES for stub types)KT-58214
Continuation parameter only exists in lowered suspend functions, but function origin is LOCAL_FUNCTION_FOR_LAMBDAKT-58030
K2/MPP/JVM: compiler backend crash on super-call to indirectly inherited Java methodKT-58135
K2: Priority of extension property is lower than ordinary propertyKT-57181
[K1/N, K2/N] Expect and Actual funs have different IdSignature.CommonSignature, if Expect has default argumentKT-58219
K2/MPP/metadata: false-positive invisible reference error in Native-shared source setKT-58145
K2/MPP/metadata: compiler FIR crash on inheritance of a generic class with property by actual-class from Native-shared source setKT-56023
Constant operations (e.g. division) are not constant in K2 (JS, Native)KT-57354
In suspend function default arguments are sometimes not deleted in IRKT-55242
K2/MPP: basic build/link functionalityKT-57979
K2: Unresolved reference error when assigning to Java synthetic property with a different nullability getterKT-57543
K2 reports DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLEKT-58142
K2: val parameter with more specific type is lower priorityKT-48546
Missed TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM error at plus-assignKT-57854
RECEIVER_TYPE_MISMATCH on synthetic property from mutually recursive Java generics with disabled ProperTypeInferenceConstraintsProcessingKT-54518
False negative NON_PUBLIC_CALL_FROM_PUBLIC_INLINE when calling internal method of super classKT-58025
K2: Argument type mismatch when using Springs HandlerMethodArgumentResolverKT-58259
Unexpected unresolved function call with obvious invoke-convention desugaringKT-57135
K2: Fir should take into account an annotation's allowed targets as well as the use-site target when deciding whether it applies to a property, a field, or a constructor parameterKT-57069
K2: Method kind in metadata is DECLARATION when DELEGATION is used in K1KT-57958
K2: Initializer type mismatch when using extension property on type with star projectionKT-58149
K2: New inference error with buildListKT-58008
K2: "Cannot find cached type parameter by FIR symbol: T" on suspend function with generic and nested classKT-57835
K2: compiler crash on lambda with dynamic receiverKT-57601
K2: Builtin functionextensionToString
can't be accessedKT-57655
K2: ImplicitIntegerCoercion is not working for named argumentsKT-58143
K2: overload resolution ambiguity inside dynamic lambdaKT-58132
K2: Implicit int constant to long converion crashes FirSerializerKT-57378
Partial linkage: Run codegen box tests for Native & JS with enabled PLKT-58207
K2: Handle result of completion of synthetic call with callable reference argumentKT-56549
K2: Reference to Java sealed class fails to compileKT-57994
K2: Type inference failed on function referenceKT-58099
interop0 test fails with error "type kotlin.String? is not supported here: doesn't correspond to any C type"KT-57671
Synthetic $EntriesMappings declaration is public and generated even for enums from current module on ICKT-56517
K2: Reference to Java record fails to compile: "unresolved reference", "Overload resolution ambiguity between candidates"KT-58163
FIR: deserialized default property setter and getter must have FirResolvePhase.ANALYZED_DEPENDENCIES phaseKT-55646
K2: Report definitely non-nullable as reified errorKT-58043
k2: Expect call is not removed from IR with nullability-based overloadKT-56442
K2: Make sure K2 has the same behavior for defaults with overrides as K1 hasKT-55904
Fix tests for volatile annotation on K2KT-57928
K2: Arguments of annotations on constructor value parameter are not calculatedKT-57814
K2: Argument type mismatch with delegating propertyKT-56490
Implement deprecation for an anonymous type exposed from inline functions with type argumentKT-57781
K2: Generated serializer is invisible in a non-JVM test source setKT-57807
K2: Symbol already bound exception for arrayOf function from IrBuiltInsOverFirKT-57962
K2: No set method providing array access on dynamicKT-57353
K2: unresolved reference when using fully qualified object declaration name as an expression, when a declaration package is from another klib and has at least two name segmentsKT-57899
K2: compiler FIR2IR crash on anonymous object with inheritance by delegation to value of smart-casted type parameterKT-57988
K2: compiler exception on get operator on dynamic thisKT-57960
K2: incorrect type inference in lambda with dynamic receiverKT-57923
K2: Optional expectation annotation crashes const evaluatorKT-56511
K1: false negative SMARTCAST_IMPOSSIBLE when alien constructor property is accessed from a private classKT-58033
K2 reports Constructor must be private or protected in sealed class in actual sealed class if its constructor has own actual declarationKT-58061
K2: false-positive unsupported feature error on callable references to Java methods from annotation interfacesKT-55079
Refactor DiagnosticReporterByTrackingStrategy and fix some "diagnostic into black hole" problemsKT-57889
K2: false-positive lack of information for inline function's type parameter in case of builder-style inference from caller function's return expressionKT-57961
K2: Unresolved reference using dynamic lambda parameterKT-57911
K2: Contracts are not inherited by substitution overridesKT-57880
K2: false-positive argument type mismatch due to lambda receiver shadowing labeled outer lambda receiver when assigning lambda to variableKT-57986
K2: NPE on building SpaceKT-57873
K2: compiler FIR serialization crash on builder-style inference from lambda's return typeKT-57941
K2: Assertion error on loading serializable class with non-serializable property compiled with K1 compilerKT-57947
K2: Incorrect resolution results when property type for invokeExtension is not inferredKT-58002
K2: compiler FIR serialization crash on platform type with type-targeted Java annotation with Java enum as argumentKT-57263
K2/MPP/JVM: compiler codegen crash on expect-property as default argument for expect-function's parameterKT-56942
K2: False-negative NO_ELSE_IN_WHEN if subject is flexible typeKT-56687
Unexpected behaviour with enum entries when using outdated stdlibKT-56398
K2/MPP: compiler backend crash on inheritance from expected interfaceKT-57806
K2: string interpolation as annotation parameter causes errorKT-57611
K2: Annotation arguments are not evaluatedKT-56190
[K2/N] Const initializers are not serialized to klibKT-57843
K2: Missing diagnostic when calling constructor through typealias whose expansion has a deprecationKT-57350
FIR: deprecation diagnostic is not reported on a super class callKT-57532
K2: IrActualizer doesn't handle properties overloaded by extension receiver correctlyKT-57776
K2: Suppressing "INVISIBLE_REFERENCE" leads to AssertionError: Unexpected IR element found during code generationKT-57769
[K2] Load properties in proper order for classes compiled with kotlinx.serialization and LV < 2.0KT-57879
K2: compiler FIR serialization crash on passing Java constants as arguments to type-targeted annotationsKT-57893
K1/K2 inconsistency on smart casts of internally visible properties in friend modulesKT-57876
K2: stack overflow in compiler FIR deserialization on nested type-target annotation class used in enclosing classKT-57839
K2: Compiler crash on lambda returning anonymous object with implemented lambdaKT-57822
K2: Can't refer to external interface from class literalKT-57809
K2: No value passed for parameter of external classKT-56383
Build intellij master with LV 1.9KT-57735
K2: MPP: K2 reports hides member of supertype and needs 'override' modifier for the function with@PlatformDependent
annotation when there is an empty linux target in projectKT-55056
Builder inference causes incorrect type inference result in related callKT-57689
K2: Unresolved reference to nested typealias in KLIBKT-57665
K2: incorrect resolution of dynamic typeKT-57381
K2/MPP/Native: impossible to override Any::equals with non-external functionKT-57654
K2: Lambda with receiver deserialized as lambda without receiver during metadata compilationKT-57662
K2: The error message is poorly formatted and not precise in case of NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS error and@Suppress
is usedKT-57763
FirExtensionRegistrar extension point brokenKT-57312
K2: IR interpreter fails on string interpolation withconst val
from a klib involvedKT-57768
Don't decompile code to search for annotation argumentsKT-55628
Diagnostics for kotlin.concurrent.Volatile annotation applicabilityKT-55860
K2. [CONFLICTING_INHERITED_MEMBERS] for inheritor of a class with overloaded generic functionKT-53491
K2: Implement "Operator '==' cannot be applied to 'Long' and 'Int'" errorKT-55804
K2: UNSAFE_CALL Non-nullable generic marked as nullable even if non-null assertedKT-57682
K2: Incorrect composing of signatures for calls on dynamic typesKT-55405
K2: false-negative INVISIBLE_REFERENCE in import directivesKT-54781
K2: no error on unresolved import statement with more than one packageKT-57635
K2/MPP: Expect constructors are not considered as expect during metadata deserializationKT-57376
K2/MPP: false-positive K/JS diagnostic in absence of K/JS target when sharing a source set between K/JVM and K/NativeKT-55902
K2: Support ImplicitIntegerCoercion annotationKT-56577
Migrate Native KLIB ABI compatibility tests to K2KT-56603
[K2/N] Segfault invoking fun from binary compatible klibKT-57457
K2: the error message is not quite informative in case of EXPOSED_PROPERTY_TYPE_IN_CONSTRUCTOR_ERRORKT-57568
K2: K2, Native reports overload resolution ambiguityKT-57446
K2: Adapter function reference is not generated inside when expressionKT-54894
K2: False positive RETURN_TYPE_MISMATCH on function which returns a functional type with@UnsafeVariance
argumentKT-57001
K2 compilation fails due to nullabillity subtyping not working properlyKT-57271
Delay forbidding inference to an empty intersection to version 2.0KT-57209
K2: type parameters are available in companion object scopeKT-50550
False positive NO_ELSE_IN_WHEN with annotatedwhen
branch conditionKT-57431
K2 MPP JS: Compiler crash on transitive common dependenciesKT-57456
K2 reports uninitializied variable in enum class when variable is used in lambda and defined in companion objectKT-57583
K2/MPP/JS&Native: FIR2IR compiler crash on reference to Any method inherited by expect-classifierKT-56336
[K2/N] Multiplatform test fails with unexpected "actual declaration has no corresponding expected declaration" compiler errorKT-57556
K2: Rename error 'This API is not available after FIR'KT-23447
Integer.toChar compiles to missing methodKT-46465
Deprecate and make open Number.toChar()KT-49017
Forbid usages of super or super if in fact it accesses an abstract memberKT-56119
BinaryVersion.isCompatible binary compatibility is brokenKT-57369
K2/MPP: supertypes established in actual-classifiers from other source sets are not visibleKT-55469
[K2/N] equals(Double,Double) and equals(Boolean,Boolean) are not foundKT-57250
K2: the metadata is serialized for anexpect
class even if theactual
class is present when compiling to klibKT-56660
K2/MPP: compiler backend crash on invoking a K/Common constructor in K/JS codeKT-55055
K1: Builder inference violates upper boundKT-57316
Initialize Enum.entries eagerly: avoid using invokedynamicsKT-57491
Kotlin synthetic parameter looks ordinaryKT-56846
K2: incorrect line & symbol numbers in exception reportingKT-56368
K2/MPP: compiler backend crash on missing actual declarationKT-57104
K2: false-positive conflicting inherited JVM declarations error despite use of@JvmName
in another moduleKT-56747
[K2/N] Return type forlambda: (Any) -> Any
which returns Unit is different for K1 and K2 and return statement is missing with K2KT-57211
K2: incorrect "error: an annotation argument must be a compile-time constant" on unsigned array in annotation argumentKT-57302
K2 fails with IllegalStateException on reading inherited property of Java enumKT-57424
K2 IDE: "By now the annotations argument mapping should have been resolved" exceptionKT-57241
K2 MPP: Actualization doesn't work for actual enum that has primary constructor with argumentsKT-57210
K2 MPP: Support of arguments with dynamic typeKT-57182
K2 MPP: Actualization doesn't work for nested objectsKT-56344
K2: Implement correct errors reporting of IrActualizerKT-54405
K2 compiler allows val redeclarationKT-54531
[K2] Uncaught Runtime exception is thrown instead of user friendly error messages with details in case -no-jdk option set to trueKT-56926
K2: incorrect line number generated for class constructor or method with default parameter when comment beforeKT-56913
K2: Incorrect line numbers in overriden field getters and settersKT-56982
K2: Incorrect line number start in when expressionKT-56720
K2: false positive MANY_IMPL_MEMBER_NOT_IMPLEMENTED in case of delegation in diamond inheritanceKT-57175
K2: false-positive INVALID_TYPE_OF_ANNOTATION_MEMBER on type aliasesKT-25694
Fix reporting of uninitialized parameter in default values of parametersKT-57198
K2: false-positive type mismatch error on inherited raw-typed class with type parameters in upper bounds of other type parametersKT-15470
Inconsistency: use-site 'set' target is a compilation error, use-site 'get' target is okKT-57179
FIR: preserve prefix increment behavior like in K1 by calling getter twiceKT-57405
K2. Function call ambiguity error when nullable String is passed to function with Spring@Nullable
annotation in signatureKT-57284
K2: compiler codegen crash at property initialization in constructor after smartcast of dispatch receiver to indirectly derived typeKT-57221
K2: compiler FIR2IR crash on function's unavailable cached type parameterKT-57036
Unresolved reference: with inferred type of class constructor with extension parameterKT-56177
K2: FIR should not generate annotation on both property and parameterKT-54990
NI: Type mismatch when encountering bounded type parameter and projectionsKT-57065
K2: overload resolution ambiguity between type-aliased constructor and identically named functionKT-49653
Deprecate and remove Enum.declaringClass synthetic propertyKT-57190
K2: false-positive unsafe call error on safe call on type-aliased nullable receiver in SAM-conversionKT-57166
K2: false-positive val reassignment error when synthetic property with implicitly typed overridden getter is called from implicitly typed member that is declared earlierKT-55828
[K2/N]: Fix test fails in OPT mode :Internal compiler error: no implementation found ... when building itable/vtable
KT-56169
False negative deprecation warning about future inference error with builder inferenceKT-56657
K1/K2: inconsistent behavior in nullability mismatch (Guava hash set/map)KT-57105
K2: compiler codegen crash at property initialization in constructor after smartcastKT-56379
K2: build tests for the Kotlin standard libraryKT-56079
K2: build YouTrack 2022.3KT-57092
K2: false-positive multiple inherited implementations errorKT-56696
K2: Allow to access uninitialized member properties in non-inPlace lambdas in class initializationKT-56354
K2/MPP: unresolved references to library entitiesKT-57095
K2: false-positive lack of type arguments error on raw cast of Base<*> to Derived: Base<T?>KT-56630
FIR: ClassCastException on compilation hierarchy with a raw typeKT-57171
K2: Implement bytecode testsKT-57214
K2: compiler FIR crash on annotation usage before annotation class declarationKT-57204
K2: callable reference to mutable property of inherited by delegation superinterface isn't properly resolvedKT-57195
K2: false-positive VAR_TYPE_MISMATCH_ON_OVERRIDE on changing property's platform type to non-nullable type when overridingKT-56814
K2. PsiElement is null inside IrClass. As a result ClassBuilder defineClass gets null as originKT-54758
DeprecateClassBuilderInterceptorExtension.interceptClassBuilderFactory
and provide another method without dependency on K1KT-57253
K2: clean up callable reference logic in FIR2IRKT-56225
K2. "BackendException: Backend Internal error: Exception during IR lowering" error on incorrect constructor in inline classKT-56769
K2. Annotation applicability is ignored during compilation when there's use-site@target
KT-56616
K2: cannot infer Java array type properlyKT-57247
K2: false-positive INVALID_TYPE_OF_ANNOTATION_MEMBER on type-aliased vararg propertyKT-57206
K2: false-positive val reassignment error on synthetic property from generic class with overridden getter but not setterKT-56519
K2: Compiler crash on a function reference on companion receiver that inherits from outer classKT-56506
K1/K2 inconsistency: VAL_REASSIGNMENT on synthetic setter with different nullabilityKT-56877
K2: false-positive UNRESOLVED_LABEL for labeled this-expression in contract descriptionKT-56863
K2: false-positive property initialization analysis errors after smartcastKT-56864
K2: Unexpected behavior with default parameter inheritance and function referenceKT-56665
K2: false positive RECURSIVE_TYPEALIAS_EXPANSIONKT-53966
K2 does not support SAM conversions with condition into Java/Kotlin functional interfacesKT-56659
FIR: Increment operator on object leads to exception from resolveKT-56771
FIR: Increment operator on qualified expressions leads to exception from resolveKT-56759
K2: False-positive UNRESOLVED_REFERENCE on labeled desctructuring declaration in LT modeKT-56548
K2: false positive overload resolution ambiguity for Java record constructorKT-56476
K2: false positive NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY at inline fun use-siteKT-56138
K2: Illegal conversion of lambda with parameters to ExtensionFunction expected typeKT-56448
K2: False-positive unsafe call due to incorrect inference of smartcasted typeKT-55966
K2: Not enough information to infer type variable K if smartcast is usedKT-57168
K2: compiler FIR2IR crash on synthetic property from generic class with overridden getter but not setterKT-56876
K2: false-positive UNRESOLVED_REFERENCE for name of nested class in contract descriptionKT-57194
K2: overload resolution doesn't prioritize Double over FloatKT-57067
Warning about expect/aсtual in the same module doesn't take into account absence of 'actual' modifierKT-56954
K2: function literals can be passed as arguments to parameters with kotlin.reflect function typesKT-55423
K2: Implement CONTRACT_NOT_ALLOWEDKT-56923
K2: no line number in bytecode when ASTORE exception in catchKT-56829
K2: compiler FIR2IR crash on passing to function a callable reference to nested class's constructor with default argumentsKT-57029
Per-file caches fail on local inline function in an inline functionKT-57085
K2:@Suppress
is sensitive to its argument's caseKT-57103
K1: AssertionError: Mismatching type arguments: 0 vs 1 + 0 when calling inline function with callable reference to generic synthetic propertyKT-57033
Make KtClassLiteralExpression stub basedKT-57035
Make KtCollectionLiteralExpression stub basedKT-40857
Invalid parameterized types for extension function on parameterized receiver when javaParameters=trueKT-56154
Compiler backend crash on reference to Java synthetic property from generic classKT-56692
StackOverflow in PrivateInlineFunctionsReturningAnonymousObjectsCheckerKT-55879
Modularized tests: fir.bench.language.version is used as API version, not language versionKT-51821
ClassCastException on anonymous fun interface implementation when unrelated vararg is usedKT-56820
K2: compiler FIR crash on Java field access after smartcastKT-56579
[K2/N] IR actualizer crashed with K2 on expect annotation marked with@OptionalExpectation
, without actual.KT-56750
K2: "IllegalArgumentException: No argument for parameter VALUE_PARAMETER" when calling typealias method referenceKT-55614
K2: consider serializing static enum members (values/valueOf/entries) to match K1 behaviorKT-30507
Unsound smartcast if null assignment inside index place and plusAssign/minusAssign is usedKT-56646
K2: "IllegalStateException: No single implementation found for: FUN FAKE_OVERRIDE" when compiling a functional interfaceKT-56334
K2: can't call expected function with default argumentsKT-56514
K2 should report ACTUAL_TYPE_ALIAS_NOT_TO_CLASSKT-56522
K2 should report ACTUAL_FUNCTION_WITH_DEFAULT_ARGUMENTSKT-56910
Exception during IR lowering: Cannot determine lineNumber of element FUN name:cancelProgressKT-56542
K2: false positive TOO_MANY_ARGUMENTS in VarHandle.set callKT-56861
FIR: test FirPluginBlackBoxCodegenTestGenerated.testClassWithAllPropertiesConstructor is failing with runtime errorKT-56234
K2: "ISE: Expected value generated with NEW" with inline property setter and noinline parameterKT-56722
K2: cannot resolve component call after smart castKT-56875
K2: isOperator flag is incorrectly set for java methodsKT-56714
K2: wrong argument mapping in DSLKT-56723
K2: lambda accidentally returns Unit? instead of UnitKT-55877
](https://youtrack.jetbrains.com/issue/KT-55877Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.