mg6maciej
fun fulfillRequest(request: Request<*>): Any? { if(request == Requests.FOO_REQUEST) { return Foo() // NO ERROR } return null }