Avatar
swift52 BOT 9/3/2021 4:57 AM
exit status: 1 with stderr:<stdin>:19:24: error: use of undeclared type 'T' func useOptionalT(_ x: T?) { ^ <stdin>:23:14: error: use of unresolved identifier 'T' useOptionalT(T()) ^