You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KT-56288 Analysis API: Add tests for session invalidation on the Analysis API side
KT-64000 K2: make AnnotationArgumentsStateKeepers more accurate
KT-63606 K2: Analysis API: rewrite FirLazyAnnotationTransformer to avoid redundant transformations
KT-65191 KtFirMultiplatformInfoProvider#getExpectForActual doesn't return expect function for slightly broken code
KT-62136 Analysis API: Add concurrent tests for CleanableSoftValueCache
KT-61222 K2: Add lifecycle management for KtResolveExtension
KT-65960 Analysis API: Test infrastructure indexes binary libraries from decompiled files instead of stubs during IDE mode tests
KT-65240 K2: CodeGen API fails to resolve Annotation parameter type when it runs FIR2IR for a class with a parent class from other module if the parent class has an annotation from another module
KT-65344 K2: make FirScript statements (declarations) independent
KT-65930 AA: receiver type for Int?::foo misses nullability
KT-65914 AA: receiver type for this::foo returns return type of the target callable
KT-62071 Analysis API: KtFirScopeProvider.getScopeContextForPosition throws exception when ImplicitReceiverValue.implicitScope is null
KT-65780 K2: polish FileStructure implementation for FirFile
KT-62840 K2 Script: everything around destructuring declaration on top level of scripts are broken
KT-63718 Analysis API: Stub-based dependency symbol providers of library source sessions compute the wrong package name sets
KT-64225 K2: IDE K2: "FirLazyBlock should be calculated before accessing" in evaluate debuger completion
KT-64186 Analysis API: ContextCollector provides incorrect scopes for anonymous objects
KT-63979 K2 IDE: presentation of types in completion is too verbose
KT-63681 K2: LL FIR: Improve isResolved check coverage of after lazy resolution
KT-62982 K2: Cannot get a PSI element for 'Enum.values'
KT-59732 FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from serialisation plugin
KT-62676 K2 IDE: Reference shortener does not recoginize redundant this references
KT-62675 K2 IDE: Reference shortener does not recoginize redundant labels
KT-60957 K2: Analysis API: Reference shortener does not work correctly with invoke function calls on properties
KT-63771 fe10: KtNamedClassOrObjectSymbol#isInline does not cover value classes
KT-60327 K2 IDE. "IllegalArgumentException: source must not be null" during delegation declaration
KT-62421 K2: IDE K2: "lazyResolveToPhase(BODY_RESOLVE) cannot be called from a transformer with a phase BODY_RESOLVE."
KT-62587 K2 IDE. FP unresolved reference on accessing nested class in annotation argument
KT-63700 K2: "FirLazyExpression should be calculated before accessing" in the case of secondary constructor
KT-61383 K2: 'KtCompilerFacility' fails on code fragment compilation in library sources with duplicated dependencies
KT-62111 K2 IDE. IllegalArgumentException on for loop with iterator declaration attempt
KT-63538 Analysis API: Removing a contract statement via PsiElement.delete() does not trigger an out-of-block modification
KT-63694 K1/K2 IDE. "RuntimeException: Broken stub format, most likely version of kotlin.FILE (kotlin.FILE) was not updated after serialization changes" exception on incorrect class name
KT-63660 K2: expect-actual gutter icons must be shown when declarations are matched but incompatible
KT-63560 Analysis API: Modifiable PSI tests cannot rely on the cached application environment to allow write access
KT-63130 Analysis API: No receiver found for broken code during commit document
KT-62705 K2: "lazyResolveToPhase(IMPORTS) cannot be called..." from light classes
KT-60170 K2 IDE: CCE from KtFirCallResolver on invalid code with wrong implicit invoke
KT-61783 K2: Analyze 'KtCodeFragment' in a separate session
KT-62010 K2: IDE K2: "ConeClassLikeTypeImpl is not resolved to symbol for on-error type"
KT-62957 Analysis API: NullPointerException on call resolution when builtins are not available
KT-61252 K2: IDE K2: "By now the annotations argument mapping should have been resolved"
KT-62935 Analysis API: kotlin.Cloneable should not be available in Kotlin/Native sources
KT-62910 Analysis API: create AbstractFirPsiNativeDiagnosticsTest for LL FIR
KT-63096 K2: Analysis API: KotlinAnnotationsResolver for IDE is created with incorrect scope
KT-62310 K2 IDE. False positives errors with external annotations
KT-63282 K2 Script: annotation arguments phase should resolve propagated annotations
KT-62397 K2 IDE. FP Error in the editor on RequiresOptIn annotation from the lib despite the warning level
KT-63223 Analysis API: reference to declarations with kotlin* package are not resolved
KT-62626 IllegalStateException: Cannot build symbol for class org.jetbrains.kotlin.psi.KtScriptInitializer
KT-62693 K2: IDE K2: "PSI should present for declaration built by Kotlin code"
KT-62674 K2: "Scope for type ConeClassLikeTypeImpl" is null from transitive dependencies
KT-61889 Analysis API: Migrate KtFirReferenceShortener to ContextCollector instead of FirResolveContextCollector
KT-62772 Analysis API: No 'org.jetbrains.kotlin.fir.java.FirSyntheticPropertiesStorage'(31) in array owner: LLFirSourcesSession when analysing builtins in a context of common code
KT-60319 K2 IDE: "Stability for initialized variable always should be computable"
KT-62859 K2 IDE: "Evaluate expression" throws exception when calling "Any?.toString()"
KT-62588 getExpectedType should not calculate type of the expression
KT-61990 K2: Unexpected returnTypeRef for FirSyntheticProperty
KT-62625 K2: 'FirLazyExpression should be calculated before accessing' for unresolved super type
KT-62691 K2: optimize getFirForNonKtFileElement for references inside 'where'
KT-62834 K2: missing file node level in control flow builder
KT-62768 Analysis API: No 'org.jetbrains.kotlin.fir.scopes.impl.FirDelegatedMembersFilter'(44) in array owner: LLFirSourcesSession exception on analysing common code
KT-62874 K2: FirLazyExpression should be calculated before accessing
KT-62407 Analysis API: resolve [this] in KDoc to extension receiver
KT-61204 K2: "FirLazyExpression should be calculated before accessing in ktor HttpBinApplication"
KT-61901 Analysis API: Declared member scopes for Java classes are missing static members
KT-61800 Analysis API: Provide separate declared member scopes for non-static and static callables
KT-61255 Analysis API: Get rid of valueOf, values and entries from a declared member scope
KT-62466 Expected type for functional expression should include inferred types
KT-61203 IDE K2: "Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirRegularClassImpl(Source) but FirArgumentListImpl found"
KT-61791 Analysis API: Implement combined getPackage for combined Kotlin symbol providers
KT-62437 K2 IDE. Resolution does not work inside lambda expression in constructor argument in supertypes
KT-62244 K2: Analysis API Standalone: Resolving klib dependencies from binary roots terminates application
KT-62897 K2 IDE. Unresolved declarations from libraries which are doubled in intellij project libraries
KT-61615 K2: No 'org.jetbrains.kotlin.fir.analysis.js.checkers.FirJsModuleKind' in array owner: LLFirSourcesSession
KT-60343 K2 IDE. IllegalArgumentException on passing incorrect type parameter to function
KT-61842 K2: reduce number of "in-block modification" events
KT-62012 K2: "KtReadActionConfinementLifetimeToken is inaccessible: Called outside analyse method"
KT-61371 K2: Analysis API standalone: register compiler symbol provider for libraries in standalone mode
KT-60611 K2: reduce number of "in-block modification" events
KT-61425 Analysis API: Provide a way to get a declared member scope for an enum entry's initializing anonymous object
KT-61405 Analysis API: An enum entry should not be a KtSymbolWithMembers
KT-55504 AA: remove dependency on :compiler:cli from standalone AA
KT-60904 K2: IDE K2: "For DESTRUCTURING_DECLARATION_ENTRY with text _, one of element types expected, but FirValueParameterSymbol found"
KT-61260 K2 Scripts: Containing function should be not null for KtParameter
KT-61568 FIR Analysis API: collectCallCandidates gives presence to the top level functions in the presence of more suitable overrides
KT-60610 K2 IDE: move "out of block" processing logic into LL FIR
KT-61597 Analysis API: KotlinIllegalStateExceptionWithAttachments: expected as maximum one expect for the actual on errorneous code with multiple expects
KT-59793 K2: class org.jetbrains.kotlin.fir.declarations.impl.FirErrorImportImpl cannot be cast to class org.jetbrains.kotlin.fir.declarations.FirResolvedImport
KT-61599 K2: ContextCollector: Support smart cast collection
KT-61689 Analysis API: ContextCollector provides incorrect context in scripts
KT-61683 Analysis API: resolve ambiguities in kotlin project
KT-65824 Wasm: Allow unsigned primitives to be used inside functions annotated with @JsExport
KT-66103 Wasm: companion object is not initialized in test initializers1.kt
KT-66471 Null method reference with Kotlin/Wasm on 2.0.0-Beta4
KT-65210 K/Wasm ::class operator produces Number KClass for Short expression
KT-66065 [Wasm] Make specialisations for closured primitive values
KT-64890 K/Wasm compiler crash with external class and Kodein
KT-66104 Wasm: compiler crash: NoSuchElementException: Sequence contains no element matching the predicate
KT-65778 Create the same TypeScript tests infrastructure for Kotlin/Wasm that we have now for Kotlin/JS
KT-65411 Kotlin/Wasm: Boolean boxed instances are not the same
KT-65713 Kotlin/Wasm generates a wrapper that cannot run in Deno
KT-63939 Kotlin/Wasm Support lazy associated object initialisation
KT-61888 [Kotlin/wasm] in kotlin.test support for @AfterTest for async tests
KT-64803 K/Wasm: non-capturing lambdas are not singleton unlike same lambdas in jvm
KT-64449 K2: Implement K1WasmWasiCodegenBoxTestGenerated for K2
KT-64829 K/Wasm: division remainder has a wrong sign
KT-58852 WASM: two methods with different varargs: Class korlibs.template.dynamic.DynamicShape has 2 methods with the same signature [register(kotlin.Array)
KT-61263 K/Wasm: add a way to turn on k2 in wasm examples using Compose
KT-62863 Execution failed for task ':kotlinx-serialization-properties:wasmJsD8Test' in serialization in the K2 QG
KT-62657 K/Wasm: switch to json repots for Kotlin Wasm Benchmarks
KT-62147 [Kotlin/Wasm] Nothing typed when expression cause a backend error
KT-61958 Update SpiderMonkey and return its usage in box tests when they switch to the final opcodes for GC and FTR proposals
KT-67875 K2: Resolution ambiguity between Iterable and varargs
KT-67699 Not enough information to infer type argument for 'Error' using Arrow's Raise context receiver since Kotlin 2.0.0-Beta3
KT-67486 K2: Calling method from a Java (implementing a Kotlin class) with named parameters is no longer possible if Java method has different parameter names
KT-33917 Prohibit to expose anonymous types from private inline functions
KT-28889 Smart cast does not work with boolean and infix function
KT-54790 False positive NO_ELSE_IN_WHEN when all interfaces are sealed
KT-54920 K2: when with a single branch stops being exhaustive the second time it's done
KT-53364 False positive UNUSED_VARIABLE warning for variable that is used across multiple blocks
KT-43234 False positive INVALID_IF_AS_EXPRESSION caused by if without else inside else inside synchronized()
KT-38490 False negative INVALID_IF_AS_EXPRESSION with unreachable code and coercion to Unit
KT-35510 No INVALID_IF_AS_EXPRESSION ("'if' must have both main and 'else' branches if used as an expression") diagnostic for if-expression with only one branch and Nothing type condition
KT-34016 Contracts - variable cannot be initialized before declaration
KT-56408 Inconsistent rules of CFA in class initialization block between K1 and K2
KT-33829 False positive SENSELESS_COMPARISON with assignment in catch block
KT-30717 False positive UNUSED_VARIABLE with local var used in inline lambda block with loop, return and other lambda
KT-28232 RETURN_NOT_ALLOWED in inline lambda argument of '[... ]' operator convention
KT-26116 No error when class member val is referenced in inline function before it is assigned later on
KT-25311 Calls on error type values lead to false-positive unreachable code
KT-24372 Misleading warning on unused setter parameter in some cases
KT-23680 False positive UNREACHABLE_CODE on throw with a return inside finally clause
KT-23502 When exhaustiveness is not checked for unreachable code, resulting in JVM back-end error
KT-66743 Lambda receivers and anonymous function parameters of inaccessible types are allowed
KT-67315 K2: Some default imports are not excluded
KT-56126 Avoid using descriptors at JvmPlatformAnalyzerServices::computePlatformSpecificDefaultImports
KT-66513 K2: Suppressing OPT_IN_USAGE_ERROR is now a warning in K2, preventing safe code gen compatible with -Werror
KT-67233 False negative UNSAFE_CALL with type check after null coalescing with 'OR'
KT-52802 Report ambiguity resolving between property/field and enum entry
KT-64920 Json.encodeToString yields different results depending on whether typealias is used
KT-58260 Make invoke convention work consistently with expected desugaring
KT-67314 PCLA works inconsistently with smart-cast related CS forks
KT-66797 K2 JS: Primary constructor property annotation with target VALUE_PARAMETER is put on property instead of parameter
KT-55179 False negative PRIVATE_CLASS_MEMBER_FROM_INLINE on calling private class companion object member from internal inline function
KT-54663 Projected types don't take into account in-place not null types
KT-58191 K2: capturing closures successors that are already resolved (thanks to backward edges) must be taken into account for allowing smart casts
KT-67144 K2: potential NPE when assigning to unstable vars
KT-66971 K2: missing SMARTCAST_IMPOSSIBLE on open val declared in another module
KT-66904 K2: possible NPE when reassigning captured variables
KT-57031 operator assignment, increment/decrement should be considered as variable reassigning in terms of DFA. green in K1 -> red in K2 for unsound code
KT-67212 K2: "Failed to find functional supertype for class org.jetbrains.kotlin.fir.types.ConeCapturedType"
KT-67283 K2: No SAM conversion for fun interface with abstract toString
KT-67318 Compiler fails with OutOfMemoryError on combination of PCLA+smart cast
KT-66956 K2: false negative CONST_VAL_WITH_NON_CONST_INITIALIZER for inc/dec operators
KT-64233 K2: K1/K2: ensure JVM ABI consistency for quality gates projects
KT-63535 K2: Apply DFA implications for nullable Nothing to both sides
KT-63413 K2 / kotlinx-atomicfu: "IllegalStateException: Expected some types"
KT-62931 K2: extra class files for @OptionalExpectation marked annotations
KT-34307 Confusing error message on lambda return type mismatch
KT-62151 K2. overload resolution ambiguity for calls of Java record compact constructors
KT-65787 K2: "KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType" caused by passing lambda expression with multiple labels to function
KT-62356 Prohibit using property+invoke for iterator
KT-63631 K2: constant value UByte.MAX_VALUE is incorrectly deserialized from metadata
KT-65386 K2: Different signature of invoke for Unit lambda
KT-60574 K2: generated IR for suspendCoroutineUninterceptedOrReturn is different from K1 (K2 uses Any? instead of Unit)
KT-66512 K2: Incorrect diagnostic in lambda whose expected type is a type alias to Unit
KT-66279 K2: False positive INITIALIZER_TYPE_MISMATCH with return Unit in a lambda with the expected type () -> Unit
KT-66277 K2: False negative RETURN_TYPE_MISMATCH with empty return in lambda assigned to a property
KT-66654 K2 FIR resolution: Mismatch between actual type and expected type for a value parameter when the parameter type is a function type with special function kind
KT-66638 Cannot access properties of a generic type with wildcards
KT-66690 K2: don't report MISSING_DEPENDENCY_CLASS on expression without errors for generic type arguments
KT-66491 K2 / KJS: "Name contains illegal characters." caused by backticks in import
KT-66275 K2: false-positive "Java module does not depend on module" error on access to inherited member from twice-transitive dependency via class from transitive dependency
KT-65801 IrFakeOverrideBuilder - visibility is lost for setter in KJK hierarchy
KT-65576 K2: Incorrect resolution of variable+invoke when the property type is not computed
KT-58575 Private Kotlin property prevents use of Java get- and set-methods from Java-Kotlin-Java hierarchy
KT-61282 K2: Incorrect overridden function for java.nio.CharBuffer.get
KT-65464 K2: False positive UNRESOLVED_REFERENCE on extension property call defined in KJK hierarchy
KT-66356 K2: type mismatch error when generic type with inaccessible generic type as type argument is produced and consumed by declarations from dependencies
KT-65193 K2: "JAVA_TYPE_MISMATCH" caused by MutableList
KT-66636 NoSuchMethodError: 'void org.jetbrains.kotlin.ir.expressions.impl.IrCompositeImpl. in the FLysto K2 QG
KT-63941 K2: "IllegalStateException: Unsupported compile-time value STRING_CONCATENATION" caused by class reference in string expression as annotation parameter
KT-65704 K2: computeCommonSuperType of flexible type with recursive captured type argument produces giant multi-level-deep type
KT-65410 K2: ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED for 'removeAt' in KJK hierarchy
KT-65184 K2: disappeared TYPE_MISMATCH for java collections
KT-66392 K2: Exception in KJK hierarchy with implicit types
KT-66551 Revert temporary commits after KT-62063 and bootstrapping
KT-65218 FIR LL and DiagnosticFE10 tests start to fail in case of adding any new declaration into stdlib commonMain
KT-66552 K2: build of intellij crashes the compiler
KT-63746 K2: JSpecify: If a class has a @Nullable type-parameter bound, Kotlin should still treat unbounded wildcards like platform types
KT-66504 K2: plusAssign operator call is resolved differently than function call
KT-48515 JSpecify: If a class has a @Nullable type-parameter bound, Kotlin should still treat unbounded wildcards like platform types
KT-57588 K2/Native: False positive '"CONFLICTING_OVERLOADS", "PARAMETER_NAME_CHANGED_ON_OVERRIDE" on overriding objc methods
KT-58892 K2: Parcelize doesn't work in common code when expect annotation is actualized with typealias to @Parcelize
KT-65882 K2: "KotlinNothingValueException" caused by unsafe cast and Nothing::class
KT-66124 K2: Remove FirLambdaArgumentExpression and FirNamedArgumentExpression after resolution
KT-65959 K2: Incorrect warnings about inline function impact
KT-64994 K2: @Composable lambda type is not resolved from other modules
KT-66048 K2: property becomes nullable in KJK hierarchy if base declaration has implicit return type
KT-47843 No error reported on assigning "continue" to a companion object
KT-47530 NI: Unexpected TYPE_MISMATCH when combining nested conditional and contravariant type argument
KT-49583 NI: NullPointerException on compiling anonymous function returning a method reference
KT-42782 NI: Smart casting for generic type doesn't work if the variable is already smart cast
KT-38031 FIR: Discrepancy in call resolution for qualifiers with old FE
KT-65789 K1/K2: Resolve change in constructor/top-level function ambiguity
KT-66150 K2: expects type argument in super qualifier
KT-60971 Incorrect "cannot inline bytecode built with JVM target ..." on property setter if only getter is inline
KT-61514 K2: Build fake overrides using IR during Fir2IR
KT-65584 K2: "Duplicate parameter name in a function type"
KT-50008 JSpecify @Nullable annotation on type-parameter bound prevents type-variable usages from being platform types
KT-37000 IndexOutOfBoundsException from TypeResolver on typealias with cyclic references
KT-56988 CFG, smart casts: red in K1 -> green in K2 for invalid code
KT-62118 FIR: "HashMap.entry" has invalid enhanced type
KT-64840 K2: Bare type are not allowed for TV based values during PCLA
KT-65415 K2: Stdlib K2 build error: IrConstructorSymbolImpl is already bound
KT-66449 Make DiagnosticSuppressor a project-level extension
KT-66411 FIR: Real source on fake block around assignment expression in the "when" branch affects resolve in K2 Analysis API and IDE
KT-65249 K2: False positive modality is different for native compilation
KT-65982 K2 Scripts cannot disambiguate declarations imported from default and explicit imports
KT-65677 K2: Unable to resolve parent class from companion object
KT-47310 Change qualifier resolution behavior when companion property is preferred against enum entry
KT-41034 K2: Change evaluation semantics for combination of safe calls and convention operators
KT-63529 K2: Compiler does not detect tailrec call with nullable type
KT-66441 Remove symbol table from IR fake override builder in Fir2Ir
KT-64846 K2: false negative CONFLICTING_JVM_DECLARATIONS on inheritance from Java collection subclass with a conflicting override
KT-62312 [K2/N] revert putting stdlib to the beginning of libraries list in the compiler
KT-58203 K2: false-negative incompatible types error on is-check with unrelated type
KT-65722 K2: Property reference refers to non-existent functions
KT-65878 K2: "ClassCastException" when passing nun-suspend lambda to SAM constructor with named argument
KT-66379 K2: No extra message in UPPER_BOUND_VIOLATED for cases with CapturedType
KT-65022 K2: Compiler crashes when array literal is used in delegate expression
KT-62836 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
KT-64727 K1: Closing bracket of object inside crossinline lambda or inside lambda in inline function is not hit on step-over
KT-64726 K1: Cannot stop on closing bracket of crossinline lambda inside of another crossinline lambda
KT-64725 K1: Cannot stop on closing bracket of lambda of inline-only function
KT-66272 Could not load module with a combination of type parameters
KT-66243 Could not load module in a builder inference with lambda with typed parameter
KT-66229 Could not load module in a builder inference with Map.Entry
KT-66313 K2: declaration-order-dependent false-positive "recursive problem in type checker" error on getX declaration with implicit return type that calls x declaration via intermediate declaration in getX's expression body
KT-61041 K2: Consider getting rid of confusing shouldRunCompletion and shouldAvoidFullCompletion function in FirInferenceSession
KT-66267 K2: generic function's type parameter is erased if present as type argument in type of callable reference to member of generic function's local class
KT-61448 K2: Disappeared DEPRECATION in testWithModifiedMockJdk
KT-66260 K2: false-positive "abstract function in non-abstract class" error on abstract member function of open interface
KT-66067 K2: different overrides are created in a complex hierarchy with raw types and upper-bounded type parameters
KT-65821 K2: [NONE_APPLICABLE] None of the following functions is applicable: [constructor(message: String?): Throwable, constructor(cause: Throwable?): Throwable, constructor(): Throwable, ...]
KT-66268 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
KT-63563 K2: False negative RETURN_TYPE_MISMATCH with empty return
KT-66005 K2: "Should not be here: class org.jetbrains.kotlin.fir.expressions.impl.FirResolvedReifiedParameterReferenceImpl" on incorrect comparison of reified type parameter
KT-65840 [K2] Initializer type mismatch: expected 'Type', actual 'Type'
KT-65002 K2: Incorrect suspend conversion if argument is an aliased functional type
KT-65984 K2 scripting: failure on processing SUPPRESS annotation in the last script statement
KT-65680 K2: Class redeclaration leads to BackendException during IR fake override builder
KT-66028 K2: Convert FirExpectActualDeclarationChecker to platform checker
KT-65592 K2: IrFakeOverrideBuilder: ISE "should not be called" on diamond hierarchy with explicit dependency on annotations.jar
KT-65277 IrFakeOverrideBuilder: NPE from IrJavaIncompatibilityRulesOverridabilityCondition.doesJavaOverrideHaveIncompatibleValueParameterKinds
KT-65983 K2 gradle scripting: "'val' cannot be reassigned" errors
KT-60452 K2 Scripting: implement overriding of the script params
KT-65975 K2: Implicit receivers resolution order in K2 scripting
KT-60249 K2: No unit coercion generated for loops body
KT-65487 K2: Different fake overrides and false positive NOTHING_TO_OVERRIDE for intersection/override with Collection.remove
KT-65460 Don't compare order of functions in IR dump
KT-64276 [K/N][K2] K2 behaviorial difference with inconsistent inheritance of ObjCName
KT-65572 [K/N][K2] INCOMPATIBLE_OBJC_NAME_OVERRIDE error message changed from K1
KT-63420 Prevent weakening visibility in implicit overrides
KT-64635 K2: "KotlinIllegalArgumentExceptionWithAttachments: Expected expression 'FirAnonymousFunctionExpressionImpl' to be resolved" when provideDelegate is extension of function with receiver
KT-63879 K2: Redundant flag declaresDefaultValue for parameter of function inherited from delegate
KT-56744 Prepare language committee ticket about DFA/Smart-cast related changes in K2
KT-65790 K2: Move check for private-to-this visibility into checker
KT-65551 K2: Property redeclaration on native compilation leads to NotImplementedError
KT-63612 K2: Class is not abstract and does not implement abstract member
KT-63737 Wasm: revise external declaration FE checker for WASI mode
KT-59782 K2: Forbid local delegated properties with private accessors in public inline functions
KT-65482 K2: NoSuchFieldError due to using unboxed type
KT-61182 Unit conversion is accidentally allowed to be used for expressions on variables + invoke resolution
KT-62998 Forbid assignment of a nullable to a not-null Java field as a selector of unsafe assignment
KT-63208 K2: Implement deprecation cycle and fix missing errors for error-level nullable arguments of warning-level Java types
KT-57600 Forbid overriding of Java method with raw-typed parameter with generic typed parameter
KT-63147 K2: False negative DSL_SCOPE_VIOLATION when member is annotated with @LowPriorityInOverloadResolution
KT-62134 K2: handle non-simple types during FirStatusResolver.isPrivateToThis check
KT-42020 Psi2ir: IllegalStateException: "IrSimpleFunctionPublicSymbolImpl for public [...] is already bound" on generic function whose substitution leads to IdSignature clash