// "Add 'operator' modifier" "false" // ACTION: Convert to block body // ACTION: Remove explicit type specification class A { } fun plus(other: A): A = A()