pdvrieze
inline fun SomeInterface(crossinline body:()->String) = object: SomeInterface { override fun someMethod():String {return body()} }