mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
When inlining any TypeAlias pointing towards forward declarations, the inlined class will respect implicit supertypes. This logic is analog to KlibResolvedModuleDescriptorsFactoryImpl.createForwardDeclarationsModule ^KT-47430 In Progress