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
record Person(String name, Date dob) {
Person {
assert name?.size() >1assert dob !=null
}
}
"name" and "dob" within the compact constructor are references to the record's components and should be highlighted as such. Code navigation, find occurrences, rename refactor, etc. should work from any occurrence of "name" or "dob".
The text was updated successfully, but these errors were encountered:
Consider the following:
"name" and "dob" within the compact constructor are references to the record's components and should be highlighted as such. Code navigation, find occurrences, rename refactor, etc. should work from any occurrence of "name" or "dob".
The text was updated successfully, but these errors were encountered: