Extend protocol to return struct that conforms #143
Answered
by
aabewhite
joshuakcockrell
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
aabewhite
Jun 12, 2024
Replies: 2 comments 6 replies
-
Thanks for reporting it! Does it work when you just replace Self with EmailFormatter?
|
Beta Was this translation helpful? Give feedback.
6 replies
-
This should now be fixed in skip 0.8.50, and you can use Self as you were before. Use File->Packages->Update to Latest to get the latest transpiler with the fix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll look into this.
Did you try
static var email: EmailFormatter { return EmailFormatter() }
?