Skip to content

Commit 927cbc7

Browse files
committed
Add to drop features documentation
1 parent 1b8b47a commit 927cbc7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: doc-page
3+
title: Dropped: Symbol Literals
4+
---
5+
6+
Symbol literals are no longer supported. The `scala.Symbol` class still exists, so a
7+
literal translation of the symbol literal `'xyz` is `Symbol("xyz")`. However, it is recommended to use a plain string literal `"xyz"` instead. (The `Symbol` class will be deprecated and removed in the future).

docs/sidebar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ sidebar:
109109
url: docs/reference/dropped-features/limit22.html
110110
- title: XML literals
111111
url: docs/reference/dropped-features/xml.html
112+
- title: Symbol Literals
113+
url: docs/reference/dropped-features/symlits.html
112114
- title: Auto-Application
113115
url: docs/reference/dropped-features/auto-apply.html
114116
- title: Weak Conformance

0 commit comments

Comments
 (0)