Norbi
interface A interface B: A context(A) fun a() = b(contextA as B) // <<< is this cast possible somehow? fun b(b: B) = ...
Javier
this@A as B
A modern programming language that makes developers happier.