summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reflect/scala/reflect/api/Symbols.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reflect/scala/reflect/api/Symbols.scala b/src/reflect/scala/reflect/api/Symbols.scala
index cdab1bb521..a5a50f1088 100644
--- a/src/reflect/scala/reflect/api/Symbols.scala
+++ b/src/reflect/scala/reflect/api/Symbols.scala
@@ -309,7 +309,6 @@ trait Symbols { self: Universe =>
def companion: Symbol
/** @see [[infoIn]] */
- @deprecated("Use `infoIn` instead", "2.11.0")
def typeSignatureIn(site: Type): Type
/** The type signature of this symbol seen as a member of given type `site`.
@@ -319,7 +318,6 @@ trait Symbols { self: Universe =>
def infoIn(site: Type): Type
/** @see [[info]] */
- @deprecated("Use `info` instead", "2.11.0")
def typeSignature: Type
/** The type signature of this symbol.