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
The "metaClass" property is made available through generated methods getMetaClass() and setMetaClass(MetaClass). Referencing a type from another source unit in type-checked code presents "metaClass" as a field/property reference, but the hover and navigation are not helpful.
The text was updated successfully, but these errors were encountered:
eric-milles
changed the title
Fix syntax highlighting and code navigation for metaClass property
Fix syntax highlighting and code navigation for type-checked metaClass property
May 13, 2024
Consider the following:
The "metaClass" property is made available through generated methods
getMetaClass()
andsetMetaClass(MetaClass)
. Referencing a type from another source unit in type-checked code presents "metaClass" as a field/property reference, but the hover and navigation are not helpful.The text was updated successfully, but these errors were encountered: