Skip to content

Commit 41b113f

Browse files
committed
Include example of a readonly class.
1 parent 9fc365c commit 41b113f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,11 @@ abstract class ClassName
611611
// method body
612612
}
613613
}
614+
615+
readonly class ValueObject
616+
{
617+
// ...
618+
}
614619
```
615620

616621
### 4.7 Method and Function Calls

0 commit comments

Comments
 (0)