https://kotlinlang.org logo
j

Joe

12/03/2018, 3:25 PM
Is there a way to do something like the following:
Copy code
class PhaseDefinition<T: GamePhaseBase<C: GameContextBase>>(val init: PhaseDefinition<T>.() -> Unit) {...}