Stefan Koppier
10/30/2025, 2:31 PMclass A : B
• class B : C<MyImpl>
• class <T : MyIF> C
where MyImpl : MyIf.
Does the compiler expose some functionality available in the IR stage to resolve T to MyImpl when processing IrClass A? A lot of functionality (as expected) resolves to MyIF, but I can't find any functionalitity to resolve T to MyImpl while browsing the Kotlin compiler source-code.dmitriy.novozhilov
10/30/2025, 2:35 PMStefan Koppier
10/30/2025, 2:38 PM