Javier
04/14/2024, 1:15 PMMargarita Bobova
04/15/2024, 11:33 AMJavier
04/15/2024, 12:09 PMFirSupertypeGenerationExtension
Margarita Bobova
04/15/2024, 12:18 PMJavier
04/15/2024, 12:49 PMIlya Kirillov [JB]
04/15/2024, 12:50 PMIU-241.14494.240
, the branch used to build the Kotlin compiler for bundling into IJ is https://github.com/JetBrains/kotlin/tree/kt-241.14494Javier
04/15/2024, 12:57 PMcontext(TypeResolveServiceContainer)
@Suppress("IncorrectFormatting") // KTIJ-22227
abstract fun computeAdditionalSupertypes(
classLikeDeclaration: FirClassLikeDeclaration,
resolvedSupertypes: List<FirResolvedTypeRef>
): List<FirResolvedTypeRef>
``````
Any chance the next IDEA EAP would include the new signature without context receivers?Roman Golyshev
04/15/2024, 1:30 PMdmitriy.novozhilov
04/15/2024, 1:33 PMJavier
04/15/2024, 1:46 PM