fun operateLambda(p: T, f: (T) -> U) = f(p) fun returnLabel() { operateLambda(1) {} }