Skip to content

Commit dc33947

Browse files
authored
deprecate scala.runtime.SymbolLiteral (#23970)
- scala/scala#4896 Scala 2 use `scala.runtime.SymbolLiteral` but Scala 3 not because `scala.Symbol` literal is no longer supported.
2 parents 41c651e + 04663cb commit dc33947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/runtime/SymbolLiteral.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
import java.lang.invoke.*;
1616

17+
@Deprecated
1718
public final class SymbolLiteral {
1819
private SymbolLiteral() {
1920
}

0 commit comments

Comments
 (0)