Zac Sweers
04/11/2025, 6:28 PMclass Example<T> where T : CharSequence
tries to generate this nested declaration using the createNestedClass DSL
$Factory<Example<T>> where T : CharSequence
I've found in this scenario that the bound type is not resolved in this scenario when trying to add it to typeParameter(...), and it doesn't look like the bound(typeProvider) API helps for this scenario. Is there a way to defer resolving this type during generation? Or otherwise resolve it in context?dmitriy.novozhilov
04/11/2025, 10:05 PM