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: _overviews/core/value-classes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ scala2: true
11
11
versionSpecific: true
12
12
---
13
13
14
-
In Scala 3, a similar result can be achieved with[opaque types][opaques].
14
+
In Scala 3, value classes are still supported for compatibility reasons but the recommended way to achieve the same result is to use[opaque types][opaques].
0 commit comments