We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac03c commit 26cb6f8Copy full SHA for 26cb6f8
compiler/src/dotty/tools/dotc/util/FreshNameCreator.scala
@@ -6,11 +6,6 @@ import scala.collection.mutable
6
7
trait FreshNameCreator {
8
def newName(prefix: String = ""): String
9
-
10
- @deprecated("use newName(prefix)", "2.9.0")
11
- def newName(pos: scala.reflect.internal.util.Position, prefix: String): String = newName(prefix)
12
- @deprecated("use newName()", "2.9.0")
13
- def newName(pos: scala.reflect.internal.util.Position): String = newName()
14
}
15
16
object FreshNameCreator {
0 commit comments