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
Copy file name to clipboardExpand all lines: tastydoc/documentation/example/level2/Documentation/IAmACaseObject$.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
example.level2.Documentation
2
2
# case object IAmACaseObject
3
3
4
-
<pre><codeclass="language-scala" >final case object IAmACaseObject extends <ahref="./CaseImplementThis.md">CaseImplementThis</a> with Product with Serializable</pre></code>
4
+
<pre><codeclass="language-scala" >final case object IAmACaseObject extends <ahref="./CaseImplementThis.md">CaseImplementThis</a> with Product with Serializable with Singleton</pre></code>
0 commit comments