Avatar
exit status: 1 with stderr:<stdin>:1:20: error: expected type for function result func foo() -> some { 42 } ^ <stdin>:1:22: warning: integer literal is unused func foo() -> some { 42 } ^~