You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently built-in types such as integers and strings are represented with class_names like I4, U8 or STRING. There are real class names representing these, such as System.String; they should be used instead.
Currently built-in types such as integers and strings are represented with
class_name
s likeI4
,U8
orSTRING
. There are real class names representing these, such asSystem.String
; they should be used instead.(Followup to #24 ).
The text was updated successfully, but these errors were encountered: