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
// Here type `Foo` is greencontractFoo {
// Same as here for type `string` string first;
// But `Bar` type is white
Bar[] second;
// And here `Bar` type is blueconstructor(Bar[] bar) public {
// Here `Bar` type is white again
Bar[] x =newBar[](10);
}
}
This is how it is highlighted in editor today:
I suggest unifying how type names are colorized, as otherwise they indicate different semantics to readers.
The text was updated successfully, but these errors were encountered:
Considering the following code:
This is how it is highlighted in editor today:
I suggest unifying how type names are colorized, as otherwise they indicate different semantics to readers.
The text was updated successfully, but these errors were encountered: