christophsturm
object Blah { val context = context() }
Marc Knaup
fun Any.context(): Context { val name = this::class.simpleName return … }
A modern programming language that makes developers happier.