Replies: 1 comment 1 reply
-
This is an interesting case, the thing is you could technically use String as a valid ref for another type. For most classes this error message would probably be more helpful. We could potentially special case the "String" class and give a better error message, but it would be very specific to this exact typo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to fix this code and kept getting this error:
:Ref function String() { [native code] } has not been implemented
My suggestion is at the bottom
Here is my example:
I think the error message should also mention that "if you aren't using a ref function make sure your type is wrapped in quotes"
Beta Was this translation helpful? Give feedback.
All reactions